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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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%>