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

Re: [Andy] Recent 10 links

Quote Reply
Re: [Andy] Recent 10 links In reply to
Andy wrote:
Try ULTRAGlobals:

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


..or:

Code:
<%Plugins::ULTRAGlobals::List_Links('Title',''LIKE','%','Timestmp DESC',10)%>
<%if cond_loop_link.length%>
<%loop cond_loop_link%>
<%include link.html%>
<%endloop%>
<%endif%>


Cheers


The ULTRAGlobals plugin is very impressive and probably a classic.

Nice job!
http://www.hopeforyou.com

Last edited by:

HopeForYou: Jun 2, 2009, 7:28 AM
Subject Author Views Date
Thread Recent 10 links SamX 14179 Mar 30, 2001, 8:28 AM
Thread Re: Recent 10 links
katabd 14002 Mar 30, 2001, 9:02 AM
Post Re: Recent 10 links
SamX 13957 Mar 30, 2001, 9:38 AM
Thread Re: Recent 10 links
fabio 13946 Apr 3, 2001, 2:08 AM
Thread Re: Recent 10 links
Eraser 13917 Apr 3, 2001, 6:04 AM
Post Re: Recent 10 links
fabio 13872 Apr 3, 2001, 6:58 AM
Thread Re: Recent 10 links
Sir Up 13968 Apr 6, 2001, 1:45 PM
Thread Re: Recent 10 links
Robert 13891 Apr 16, 2001, 12:57 PM
Thread Re: Recent 10 links
Sir Up 13862 Apr 16, 2001, 1:14 PM
Thread Re: Recent 10 links
recon 13733 Aug 17, 2001, 1:48 PM
Thread Re: Recent 10 links
katabd 13652 Aug 24, 2001, 2:28 AM
Thread Re: Recent 10 links
Beck 13642 Aug 24, 2001, 8:32 PM
Thread Re: Recent 10 links
Paul 13697 Aug 24, 2001, 9:01 PM
Post Re: Recent 10 links
Beck 13629 Aug 24, 2001, 9:18 PM
Thread Re: [katabd] Recent 10 links
FindSP.com 12623 Feb 18, 2005, 6:28 AM
Thread Re: [FindSP.com] Recent 10 links
HopeForYou 12078 Jun 1, 2009, 7:59 PM
Thread Re: [HopeForYou] Recent 10 links
Andy 12112 Jun 1, 2009, 11:45 PM
Post Re: [Andy] Recent 10 links
HopeForYou 12081 Jun 2, 2009, 7:26 AM