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

Re: [pugdog] top 5 search terms global

Quote Reply
Re: [pugdog] top 5 search terms global In reply to
Thanks for your reply Pugdog,

I checked it but everything seems to be correct...

Code:


sub {

my (@output,$db,$sth);

$db = $DB->table('SearchLog');
$db->select_options ('ORDER BY HitCount DESC', 'LIMIT 5');
$sth = $db->select;

while (my $row = $sth->fetchrow_hashref) {
push @output, qq~<a href="$CFG->{db_cgi_url}/search.cgi?query=$row->{Term}">$row->{Term}</a>~;
}
return $#output > -1 ? join('-', @output) || 'No terms yet!';

}


I also installed the 'SearchLogger' plug-in which works good... very weird I can't get that global to work.

Last edited by:

waxxie: May 20, 2003, 9:28 AM
Subject Author Views Date
Thread top 5 search terms global katabd 19683 Nov 4, 2001, 11:01 AM
Thread Re: [katabd] top 5 search terms global
Alex 18505 Nov 4, 2001, 12:13 PM
Thread Re: [Alex] top 5 search terms global
katabd 18534 Nov 4, 2001, 1:21 PM
Thread Re: [katabd] top 5 search terms global
pugdog 18412 Dec 28, 2001, 1:57 PM
Post Re: [pugdog] top 5 search terms global
katabd 18401 Dec 28, 2001, 2:30 PM
Thread Re: [katabd] top 5 search terms global
pugdog 18356 Dec 29, 2001, 5:12 PM
Thread Re: [pugdog] top 5 search terms global
Paul 18446 Dec 30, 2001, 3:28 AM
Thread Re: [RedRum] top 5 search terms global
pugdog 18327 Dec 30, 2001, 7:21 AM
Post Re: [pugdog] top 5 search terms global
Paul 18426 Dec 30, 2001, 7:35 AM
Thread Re: [katabd] top 5 search terms global
Paul 18527 Dec 30, 2001, 7:51 AM
Post Re: [RedRum] top 5 search terms global
pugdog 18364 Dec 30, 2001, 9:04 AM
Thread Re: [RedRum] top 5 search terms global
katabd 18294 Mar 10, 2002, 6:54 PM
Thread Re: [katabd] top 5 search terms global
Paul 18292 Mar 11, 2002, 2:42 AM
Thread Re: [RedRum] top 5 search terms global
katabd 18346 Mar 11, 2002, 3:41 AM
Thread Re: [katabd] top 5 search terms global
katabd 18409 Mar 11, 2002, 7:58 PM
Thread Re: [katabd] top 5 search terms global
Paul 18211 Mar 12, 2002, 1:45 AM
Thread Re: [RedRum] top 5 search terms global
katabd 18240 Mar 12, 2002, 4:03 AM
Thread Re: [katabd] top 5 search terms global
Paul 18291 Mar 12, 2002, 4:13 AM
Thread Re: [RedRum] top 5 search terms global
katabd 18252 Mar 12, 2002, 5:04 AM
Thread Re: [katabd] top 5 search terms global
waxxie 17835 May 20, 2003, 8:34 AM
Thread Re: [waxxie] top 5 search terms global
pugdog 17858 May 20, 2003, 8:45 AM
Thread Re: [pugdog] top 5 search terms global
waxxie 17935 May 20, 2003, 9:22 AM
Thread Re: [waxxie] top 5 search terms global
Paul 17859 May 20, 2003, 9:58 AM
Thread Re: [Paul] top 5 search terms global
waxxie 17762 May 20, 2003, 10:04 AM
Thread Re: [waxxie] top 5 search terms global
waxxie 17866 May 20, 2003, 1:52 PM
Thread Re: [waxxie] top 5 search terms global
webslicer 8902 May 22, 2003, 12:13 PM
Post Re: [webslicer] top 5 search terms global
Paul 8850 May 22, 2003, 1:39 PM
Thread Re: [webslicer] top 5 search terms global
waxxie 8841 May 22, 2003, 2:45 PM
Thread Re: [waxxie] top 5 search terms global
gundamz 8800 Dec 26, 2003, 11:20 PM
Post Re: [gundamz] top 5 search terms global
Gypsypup 8699 Dec 26, 2003, 11:39 PM
Thread Re: [gundamz] top 5 search terms global
pugdog 8676 Dec 27, 2003, 8:05 AM
Thread Re: [pugdog] top 5 search terms global
tenoch 8604 Mar 18, 2006, 4:54 PM
Thread Re: [tenoch] top 5 search terms global
pugdog 8588 Mar 18, 2006, 8:31 PM
Thread Re: [pugdog] top 5 search terms global
tenoch 8664 Mar 19, 2006, 8:03 PM
Post Re: [tenoch] top 5 search terms global
pugdog 8475 Mar 28, 2006, 10:11 AM
Thread Re: [katabd] top 5 search terms global
HopeForYou 8286 Jun 1, 2009, 7:56 PM
Post Re: [HopeForYou] top 5 search terms global
Andy 8226 Jun 1, 2009, 11:52 PM