Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Loop support?

Quote Reply
Re: Loop support? In reply to
Yes, you could do:

Sponsored Links:
<%loop link_results_loop%>
<%if isSponsored eq 'Yes'%>
<%include link.html%>
<%endif%>
<%endloop%>

Regular Links:
<%loop link_results_loop%>
<%if isSponsored eq 'No'%>
<%include link.html%>
<%endif%>
<%endloop%>

Does that make sense? Let me know if you have a question..

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Loop support? Taki 3549 Aug 17, 2001, 4:05 PM
Post Re: Loop support?
Stealth 3481 Aug 17, 2001, 5:41 PM
Thread Re: Loop support?
Eraser 3475 Aug 18, 2001, 1:57 AM
Thread Re: Loop support?
pugdog 3460 Aug 19, 2001, 10:32 PM
Thread Re: Loop support?
Taki 3412 Aug 20, 2001, 1:16 AM
Thread Re: Loop support?
Alex 3413 Aug 21, 2001, 2:18 PM
Thread Re: Loop support?
Taki 3377 Aug 25, 2001, 12:41 PM
Thread Re: Loop support?
Alex 3347 Aug 26, 2001, 10:45 PM
Post Re: Loop support?
Taki 3344 Aug 27, 2001, 12:36 AM