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

Re: [Andy] Show random paid link

Quote Reply
Re: [Andy] Show random paid link In reply to
Andy,

I have upgraded my test site to Linksql 3.2.0 and of course want the random paid link to work once more!

One major difference - I now only have one type of link.html template (as I can do the paid formatting using the "isPaidLink" tag) called by category.html

I have used the same globals as before and inserted the code into category.html, but am a little stuck.

I get correctly showing random paid links (but they ignore the "isPaidLink" tag for the fancy formatting), and then I get the paid links ordered alphabetically with fancy formatting. Not quite sure how to move forward, but it is very close already.
Here is the relevant bit from my category.html template;
Code:
<%if links_loop.length~%>
<h3>Links</h3>
<%if paging.num_hits%><div class="paging"><%Links::Utils::paging()%></div><%endif%>

<%-- Start of Random Paid Links --%>
<%check_if_paid_exists($category_id)%>
<%if num_paid_found > 0%>
<%random_paid_in_category($category_id)%>
<%if random_link.length%>
<%loop random_link%>
<%include link.html%>
<%endloop%>
<%endif%>
<%endif%>
<%-- End of Random Paid Links --%>

<%loop links_loop~%>
<%include link.html%>
<%~endloop%>
This is a sample category from the test site which shows the problem;
Sample Category from test site

Could you take a look? - It would be much appreciated,

Best wishes,

Piers
Subject Author Views Date
Thread Show random paid link wilhelm 17296 Nov 12, 2004, 11:24 AM
Post Re: [wilhelm] Show random paid link
katabd 16767 Mar 29, 2006, 7:53 AM
Thread Re: [wilhelm] Show random paid link
tandat 16784 Mar 29, 2006, 9:17 AM
Thread Re: [tandat] Show random paid link
katabd 16873 Mar 29, 2006, 8:44 PM
Thread Re: [katabd] Show random paid link
tandat 16903 Mar 30, 2006, 7:45 AM
Thread Re: [tandat] Show random paid link
katabd 16781 Mar 30, 2006, 7:54 AM
Thread Re: [katabd] Show random paid link
katabd 16804 Mar 30, 2006, 7:57 AM
Thread Re: [katabd] Show random paid link
katabd 16751 Apr 2, 2006, 7:50 PM
Thread Re: [katabd] Show random paid link
afinlr 16792 Apr 5, 2006, 4:49 AM
Thread Re: [afinlr] Show random paid link
katabd 16772 Apr 7, 2006, 9:18 PM
Post Re: [katabd] Show random paid link
afinlr 16705 Apr 8, 2006, 4:28 AM
Thread Re: [katabd] Show random paid link
katabd 16698 Apr 8, 2006, 7:45 AM
Thread Re: [katabd] Show random paid link
Piers1 16550 Apr 23, 2008, 12:44 PM
Thread Re: [Piers1] Show random paid link
Andy 16548 Apr 24, 2008, 1:01 AM
Thread Re: [Andy] Show random paid link
Piers1 16475 Apr 24, 2008, 4:55 AM
Post Re: [Piers1] Show random paid link
Andy 16481 Apr 24, 2008, 5:25 AM
Thread Re: [Piers1] Show random paid link
Andy 16502 Apr 24, 2008, 5:31 AM
Thread Re: [Andy] Show random paid link
Piers1 16501 Apr 24, 2008, 11:12 PM
Post Re: [Piers1] Show random paid link
Andy 16417 Apr 25, 2008, 12:37 AM
Thread Re: [Piers1] Show random paid link
Andy 16423 Apr 25, 2008, 1:03 AM
Thread Re: [Andy] Show random paid link
Piers1 16395 Apr 25, 2008, 2:51 AM
Thread Re: [Piers1] Show random paid link
Andy 16426 Apr 25, 2008, 3:01 AM
Thread Re: [Andy] Show random paid link
Piers1 16475 Apr 25, 2008, 3:23 AM
Thread Re: [Piers1] Show random paid link
Andy 16406 Apr 25, 2008, 3:30 AM
Thread Re: [Andy] Show random paid link
Piers1 16462 Apr 25, 2008, 3:39 AM
Thread Re: [Piers1] Show random paid link
Andy 8647 Apr 25, 2008, 4:18 AM
Thread Re: [Andy] Show random paid link
Piers1 8617 Apr 25, 2008, 12:32 PM
Thread Re: [Piers1] Show random paid link
Andy 8616 Apr 25, 2008, 12:45 PM
Thread Re: [Andy] Show random paid link
Piers1 8572 Apr 25, 2008, 1:13 PM
Thread Re: [Piers1] Show random paid link
Andy 8580 Apr 25, 2008, 1:16 PM
Thread Re: [Andy] Show random paid link
Piers1 8568 Aug 23, 2008, 5:18 AM
Thread Re: [Piers1] Show random paid link
Andy 8579 Aug 24, 2008, 6:09 AM
Thread Re: [Andy] Show random paid link
Piers1 8545 Aug 24, 2008, 11:16 AM
Thread Re: [Piers1] Show random paid link
Andy 8533 Aug 25, 2008, 1:07 AM
Thread Re: [Andy] Show random paid link
Piers1 8494 Aug 25, 2008, 3:36 AM
Thread Re: [Piers1] Show random paid link
Andy 8540 Aug 25, 2008, 3:46 AM
Thread Re: [Andy] Show random paid link
Piers1 8515 Aug 25, 2008, 4:31 AM
Post Re: [Piers1] Show random paid link
Andy 8468 Aug 25, 2008, 5:23 AM