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

Re: [adultdvdlinks] top 5 links global

Quote Reply
Re: [adultdvdlinks] top 5 links global In reply to
Hi adultdvdlinks

You could try this <%top10%>

sub {
#Top 10 sites by hits.
my ($output,$sth,$link);
my $id = shift;
my $db = $DB->table ('Links');
$db->select_options ('ORDER BY Hits DESC', 'LIMIT 10');
my $sth = $db->select ( { isValidated => 'Yes'} );
my $premium;
while ($link = $sth->fetchrow_hashref) {
$output .= Links::SiteHTML::display ('link1', $link);
}
return $output;
}

Call it via

<%top10%>
<%loop top10_loop%>
<%endloop%>

and make up the link1.html template, it would look something like this:

<a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>">
<%Title%>: with <%Hits%> hits.</a>

Regards

minesite
Subject Author Views Date
Thread top 5 links global adultdvdlinks 14686 May 6, 2002, 12:34 PM
Thread Re: [adultdvdlinks] top 5 links global
Paul 14141 May 6, 2002, 12:37 PM
Post Re: [Paul] top 5 links global
webmaster33 14097 May 7, 2002, 2:39 AM
Post Post deleted by webmaster33
webmaster33 14071 May 8, 2002, 4:32 AM
Thread Re: [adultdvdlinks] top 5 links global
minesite 14263 May 7, 2002, 5:02 AM
Thread Re: [minesite] top 5 links global
adultdvdlinks 14169 May 7, 2002, 10:49 AM
Thread Re: [adultdvdlinks] top 5 links global
adultdvdlinks 14090 May 7, 2002, 3:59 PM
Thread Re: [adultdvdlinks] top 5 links global
Ian 14069 May 7, 2002, 4:03 PM
Thread Re: [sooke] top 5 links global
adultdvdlinks 14154 May 7, 2002, 4:12 PM
Thread Re: [adultdvdlinks] top 5 links global
afinlr 14092 May 8, 2002, 9:08 AM
Thread Re: [afinlr] top 5 links global
Ian 14164 May 8, 2002, 9:52 AM
Thread Re: [sooke] top 5 links global
afinlr 14095 May 8, 2002, 10:04 AM
Post Re: [afinlr] top 5 links global
Ian 14026 May 8, 2002, 10:06 AM
Post Re: [afinlr] top 5 links global
Ian 14028 May 8, 2002, 10:22 AM
Thread Re: [afinlr] top 5 links global
adultdvdlinks 14041 May 8, 2002, 11:02 AM
Thread Re: [adultdvdlinks] top 5 links global
Ian 14082 May 8, 2002, 11:07 AM
Thread Re: [sooke] top 5 links global
adultdvdlinks 14234 May 8, 2002, 11:13 AM
Post Re: [adultdvdlinks] top 5 links global
adultdvdlinks 14006 May 8, 2002, 11:56 AM
Thread Re: [adultdvdlinks] top 5 links global
afinlr 14134 May 8, 2002, 3:22 PM
Thread Re: [afinlr] top 5 links global
pugdog 4635 Mar 6, 2004, 9:58 AM
Post Re: [pugdog] top 5 links global
afinlr 4637 Mar 6, 2004, 10:35 AM
Thread Re: [afinlr] top 5 links global
dmoynihan 14129 Jan 10, 2003, 2:22 PM
Thread Re: [dmoynihan] top 5 links global
romanslon 13679 Sep 17, 2003, 3:43 AM
Post Re: [romanslon] top 5 links global
afinlr 13641 Sep 17, 2003, 12:54 PM
Thread Re: [minesite] top 5 links global
macbethgr 13552 Mar 5, 2004, 8:58 AM
Thread Re: [macbethgr] top 5 links global
minesite 13513 Mar 5, 2004, 2:13 PM
Thread Re: [minesite] top 5 links global
macbethgr 13417 Mar 6, 2004, 5:57 AM
Thread Re: [macbethgr] top 5 links global
afinlr 4661 Mar 6, 2004, 10:40 AM
Thread Re: [afinlr] top 5 links global
macbethgr 4671 Mar 6, 2004, 1:44 PM
Thread Re: [macbethgr] top 5 links global
lastsaga 4609 Nov 4, 2004, 6:46 PM
Post Re: [lastsaga] top 5 links global
Andy 4557 Nov 19, 2004, 7:58 AM