Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Need anything like premium entries - ideas howto?

Quote Reply
Re: Need anything like premium entries - ideas howto? In reply to
Add a field to your links database (lets call it premium), where default value could be 0 for normal entries and 1 could be the value for premium entries. Than you have to build into category.html something like this:

<%if links%>
<%if premium eq 1%>
<%links%>
______________________ (your choice of divide)
<%endif%>

<%if premium eq 0%>
<%links%>
<%endif%>
<%endif%>

If this doesn't work, play around a little bit with the <%if ...%> tags, it's pretty easy (more is explaned in Help).

Regards,
Andy

Subject Author Views Date
Thread Need anything like premium entries - ideas howto? Chef 4141 Feb 28, 2001, 3:00 PM
Thread Re: Need anything like premium entries - ideas howto?
andy_hh 4037 Mar 1, 2001, 5:23 AM
Post Re: Need anything like premium entries - ideas howto?
Chef 4044 Mar 1, 2001, 5:43 AM
Thread Re: Need anything like premium entries - ideas howto?
andy_hh 4042 Mar 1, 2001, 6:57 AM
Thread Re: Need anything like premium entries - ideas howto?
Chef 4071 Mar 1, 2001, 7:17 AM
Thread Re: Need anything like premium entries - ideas howto?
Paul 4040 Mar 1, 2001, 7:26 AM
Thread Re: Need anything like premium entries - ideas howto?
Chef 4040 Mar 1, 2001, 7:34 AM
Thread Re: Need anything like premium entries - ideas howto?
Sir Up 4017 Mar 1, 2001, 7:43 AM
Thread Re: Need anything like premium entries - ideas howto?
andy_hh 4042 Mar 1, 2001, 9:05 AM
Thread Re: Need anything like premium entries - ideas howto?
Chef 3991 Mar 1, 2001, 12:07 PM
Thread Re: Need anything like premium entries - ideas howto?
Sir Up 4009 Mar 1, 2001, 1:19 PM
Thread Re: Need anything like premium entries - ideas howto?
Chef 4020 Mar 1, 2001, 1:29 PM
Post Re: Need anything like premium entries - ideas howto?
qango 3964 Mar 2, 2001, 3:42 AM