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

new links expanded global

Quote Reply
new links expanded global
Hi All-

Isn't there a global that lets you show the new links in a list instead of grouped by date?

Thanks for any help in this direction!
Quote Reply
Re: [SSmeredith] new links expanded global In reply to
Hi,

Try new Load_New_Links() function (I think its called that =)), in my free ULTRAGlobals plugin (linked in my signature)

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!
Quote Reply
Re: [Andy] new links expanded global In reply to
I've got that installed, I'll try that one.
Thanks!
Quote Reply
Re: [SSmeredith] new links expanded global In reply to
thanks -looks great, here's the global:

Code:

<%Plugins::ULTRAGlobals::Latest_New_Links(10)%>
<%if Latest_Links_Loop.length%>
<%loop Latest_Links_Loop%>
<%include link.html%>
<%endloop%>
<%endif%>