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

Re: [macbethgr] top 5 links global

Quote Reply
Re: [macbethgr] top 5 links global In reply to
From the forum:

sub {
# Displays the 10 most popular links per category.
my ($output,$sth,$link);
my $id = shift;
my $db = $DB->table ('Links','CatLinks');
$db->select_options ('ORDER BY Hits DESC', 'LIMIT 10');
my $sth = $db->select ( { 'CatLinks.CategoryID' => $id}, { isValidated => 'Yes'} );
my $premium;
while ($link = $sth->fetchrow_hashref) {
$output .= Links::SiteHTML::display ('
link2', $link);
}
return $output;
}

Called via:
<%popular_cat ($ID)%>



Regards

minesite
Subject Author Views Date
Thread top 5 links global adultdvdlinks 14543 May 6, 2002, 12:34 PM
Thread Re: [adultdvdlinks] top 5 links global
Paul 14007 May 6, 2002, 12:37 PM
Post Re: [Paul] top 5 links global
webmaster33 13963 May 7, 2002, 2:39 AM
Post Post deleted by webmaster33
webmaster33 13937 May 8, 2002, 4:32 AM
Thread Re: [adultdvdlinks] top 5 links global
minesite 14128 May 7, 2002, 5:02 AM
Thread Re: [minesite] top 5 links global
adultdvdlinks 14034 May 7, 2002, 10:49 AM
Thread Re: [adultdvdlinks] top 5 links global
adultdvdlinks 13956 May 7, 2002, 3:59 PM
Thread Re: [adultdvdlinks] top 5 links global
Ian 13935 May 7, 2002, 4:03 PM
Thread Re: [sooke] top 5 links global
adultdvdlinks 14020 May 7, 2002, 4:12 PM
Thread Re: [adultdvdlinks] top 5 links global
afinlr 13958 May 8, 2002, 9:08 AM
Thread Re: [afinlr] top 5 links global
Ian 14029 May 8, 2002, 9:52 AM
Thread Re: [sooke] top 5 links global
afinlr 13961 May 8, 2002, 10:04 AM
Post Re: [afinlr] top 5 links global
Ian 13892 May 8, 2002, 10:06 AM
Post Re: [afinlr] top 5 links global
Ian 13894 May 8, 2002, 10:22 AM
Thread Re: [afinlr] top 5 links global
adultdvdlinks 13907 May 8, 2002, 11:02 AM
Thread Re: [adultdvdlinks] top 5 links global
Ian 13948 May 8, 2002, 11:07 AM
Thread Re: [sooke] top 5 links global
adultdvdlinks 14100 May 8, 2002, 11:13 AM
Post Re: [adultdvdlinks] top 5 links global
adultdvdlinks 13872 May 8, 2002, 11:56 AM
Thread Re: [adultdvdlinks] top 5 links global
afinlr 14000 May 8, 2002, 3:22 PM
Thread Re: [afinlr] top 5 links global
pugdog 4580 Mar 6, 2004, 9:58 AM
Post Re: [pugdog] top 5 links global
afinlr 4583 Mar 6, 2004, 10:35 AM
Thread Re: [afinlr] top 5 links global
dmoynihan 13995 Jan 10, 2003, 2:22 PM
Thread Re: [dmoynihan] top 5 links global
romanslon 13545 Sep 17, 2003, 3:43 AM
Post Re: [romanslon] top 5 links global
afinlr 13507 Sep 17, 2003, 12:54 PM
Thread Re: [minesite] top 5 links global
macbethgr 13418 Mar 5, 2004, 8:58 AM
Thread Re: [macbethgr] top 5 links global
minesite 13379 Mar 5, 2004, 2:13 PM
Thread Re: [minesite] top 5 links global
macbethgr 13282 Mar 6, 2004, 5:57 AM
Thread Re: [macbethgr] top 5 links global
afinlr 4607 Mar 6, 2004, 10:40 AM
Thread Re: [afinlr] top 5 links global
macbethgr 4617 Mar 6, 2004, 1:44 PM
Thread Re: [macbethgr] top 5 links global
lastsaga 4555 Nov 4, 2004, 6:46 PM
Post Re: [lastsaga] top 5 links global
Andy 4503 Nov 19, 2004, 7:58 AM