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
Hi Andy,

Thanks for your help.

I added another if statement as this was causing an error without it (not sure if this is correct);
Code:
<%if random_paid_in_category($category_id)%>
<%if random_link.length%>
<%loop random_link%>
<%include link.html%>
<%endif%>
<%endif%>
but then got this error when added into category.html template;
"GT::SQL::Table (14571): Invalid category id: HASH(0x8841440) at /home/mysite/public_html/cgi-bin/admin/Links/Table/Category.pm line 406."

Not sure if this is helpful, but I change the formatting for the paid links by using this in links.html
Code:
<%payment_tags%>
<%if paymentsEnabled and not isFree%>
<%include include_paid_link.html%>

The payment_tags global contains this;
Code:
sub {
my $tags = GT::Template->tags;
if ($CFG->{payment}->{enabled}) {
my $expiry_date = $tags->{ExpiryDate};
my $rec;
$rec->{paymentsEnabled} = 1;
$rec->{isUnpaid} = $expiry_date == UNPAID;
$rec->{isFree} = $expiry_date == FREE;
$rec->{isExpired} = ($expiry_date > UNPAID and $expiry_date < time);
return $rec;
}
}

include_paid_link.html then formats the actual sponsored links differently.

Not quite sure where it is all going wrong?

Best wishes,

Piers
Subject Author Views Date
Thread Show random paid link wilhelm 17695 Nov 12, 2004, 11:24 AM
Post Re: [wilhelm] Show random paid link
katabd 17163 Mar 29, 2006, 7:53 AM
Thread Re: [wilhelm] Show random paid link
tandat 17184 Mar 29, 2006, 9:17 AM
Thread Re: [tandat] Show random paid link
katabd 17272 Mar 29, 2006, 8:44 PM
Thread Re: [katabd] Show random paid link
tandat 17302 Mar 30, 2006, 7:45 AM
Thread Re: [tandat] Show random paid link
katabd 17179 Mar 30, 2006, 7:54 AM
Thread Re: [katabd] Show random paid link
katabd 17203 Mar 30, 2006, 7:57 AM
Thread Re: [katabd] Show random paid link
katabd 17151 Apr 2, 2006, 7:50 PM
Thread Re: [katabd] Show random paid link
afinlr 17189 Apr 5, 2006, 4:49 AM
Thread Re: [afinlr] Show random paid link
katabd 17171 Apr 7, 2006, 9:18 PM
Post Re: [katabd] Show random paid link
afinlr 17103 Apr 8, 2006, 4:28 AM
Thread Re: [katabd] Show random paid link
katabd 17096 Apr 8, 2006, 7:45 AM
Thread Re: [katabd] Show random paid link
Piers1 16950 Apr 23, 2008, 12:44 PM
Thread Re: [Piers1] Show random paid link
Andy 16947 Apr 24, 2008, 1:01 AM
Thread Re: [Andy] Show random paid link
Piers1 16874 Apr 24, 2008, 4:55 AM
Post Re: [Piers1] Show random paid link
Andy 16877 Apr 24, 2008, 5:25 AM
Thread Re: [Piers1] Show random paid link
Andy 16901 Apr 24, 2008, 5:31 AM
Thread Re: [Andy] Show random paid link
Piers1 16899 Apr 24, 2008, 11:12 PM
Post Re: [Piers1] Show random paid link
Andy 16815 Apr 25, 2008, 12:37 AM
Thread Re: [Piers1] Show random paid link
Andy 16822 Apr 25, 2008, 1:03 AM
Thread Re: [Andy] Show random paid link
Piers1 16793 Apr 25, 2008, 2:51 AM
Thread Re: [Piers1] Show random paid link
Andy 16825 Apr 25, 2008, 3:01 AM
Thread Re: [Andy] Show random paid link
Piers1 16872 Apr 25, 2008, 3:23 AM
Thread Re: [Piers1] Show random paid link
Andy 16802 Apr 25, 2008, 3:30 AM
Thread Re: [Andy] Show random paid link
Piers1 16859 Apr 25, 2008, 3:39 AM
Thread Re: [Piers1] Show random paid link
Andy 8905 Apr 25, 2008, 4:18 AM
Thread Re: [Andy] Show random paid link
Piers1 8876 Apr 25, 2008, 12:32 PM
Thread Re: [Piers1] Show random paid link
Andy 8875 Apr 25, 2008, 12:45 PM
Thread Re: [Andy] Show random paid link
Piers1 8829 Apr 25, 2008, 1:13 PM
Thread Re: [Piers1] Show random paid link
Andy 8839 Apr 25, 2008, 1:16 PM
Thread Re: [Andy] Show random paid link
Piers1 8826 Aug 23, 2008, 5:18 AM
Thread Re: [Piers1] Show random paid link
Andy 8837 Aug 24, 2008, 6:09 AM
Thread Re: [Andy] Show random paid link
Piers1 8805 Aug 24, 2008, 11:16 AM
Thread Re: [Piers1] Show random paid link
Andy 8791 Aug 25, 2008, 1:07 AM
Thread Re: [Andy] Show random paid link
Piers1 8752 Aug 25, 2008, 3:36 AM
Thread Re: [Piers1] Show random paid link
Andy 8796 Aug 25, 2008, 3:46 AM
Thread Re: [Andy] Show random paid link
Piers1 8773 Aug 25, 2008, 4:31 AM
Post Re: [Piers1] Show random paid link
Andy 8725 Aug 25, 2008, 5:23 AM