Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Matthias70] [ ULTRAGlobals ] Ideas please: Edit Log

Here is the list of edits for this post
Re: [Matthias70] [ ULTRAGlobals ] Ideas please
Hi,

Ah, whoops - see what you mean =) (just did a test locally)

That was a typo in the Readme. Should have read:

Code:
<h2>Users Links By Hits</h2>
<%if user_links_by_hit.length%>
<%loop user_links_by_hit%>
<%include link.html%>
<%endloop%>
<%else%>
<p>No links.</p>
<%endif%>


..not:


Code:
<h2>Users Links By Hits</h2>
<%if user_links_by_hits.length%>
<%loop user_links_by_hits%>
<%include link.html%>
<%endloop%>
<%else%>
<p>No links.</p>
<%endif%>

I've also added in the function for proving the <%detailed_url%> tag =)

Version 1.4.1 attached.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Dec 17, 2007, 7:50 AM

Edit Log: