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

Re: [sangiro] rating+votes+reviews score

Quote Reply
Re: [sangiro] rating+votes+reviews score In reply to
Don't ask for much do you Wink.

Try this (note that you'll need to change the red prefix for your setup):

sub {
my $table = $DB->table('Reviews','Links');
$table->select_options ("GROUP BY Review_LinkID", "ORDER BY total DESC", "LIMIT 10");
my $sth = $table->select(['SUM(Review_Rating) AS total','lsql_Links.*']);
my $output;
while (my $rec=$sth->fetchrow_hashref){
$output .= "<li>$rec->{'Title'} ($rec->{'total'})";
}
return $output;
}
Subject Author Views Date
Thread rating+votes+reviews score romanslon 15710 Sep 25, 2003, 1:45 AM
Thread Re: [romanslon] rating+votes+reviews score
afinlr 15387 Sep 25, 2003, 5:02 AM
Post Re: [afinlr] rating+votes+reviews score
romanslon 15489 Sep 25, 2003, 6:39 AM
Thread Re: [afinlr] rating+votes+reviews score
sangiro 15503 Sep 30, 2004, 3:18 AM
Thread Re: [sangiro] rating+votes+reviews score
VishalT 15398 Sep 30, 2004, 4:30 AM
Post Re: [NeedScripts.Com] rating+votes+reviews score
afinlr 15370 Sep 30, 2004, 5:26 PM
Thread Re: [sangiro] rating+votes+reviews score
afinlr 15322 Sep 30, 2004, 5:25 PM
Thread Re: [afinlr] rating+votes+reviews score
sangiro 15389 Oct 6, 2004, 11:53 AM
Thread Re: [sangiro] rating+votes+reviews score
afinlr 15260 Oct 6, 2004, 12:04 PM
Post Re: [afinlr] rating+votes+reviews score
sangiro 15323 Oct 6, 2004, 12:14 PM
Thread Re: [sangiro] rating+votes+reviews score
afinlr 15385 Oct 6, 2004, 12:14 PM
Thread Re: [afinlr] rating+votes+reviews score
sangiro 15337 Oct 6, 2004, 1:38 PM
Thread Re: [sangiro] rating+votes+reviews score
afinlr 15382 Oct 6, 2004, 2:15 PM
Thread Re: [afinlr] rating+votes+reviews score
sangiro 15407 Oct 6, 2004, 3:21 PM
Thread Re: [sangiro] rating+votes+reviews score
afinlr 15381 Oct 6, 2004, 3:39 PM
Thread Re: [afinlr] rating+votes+reviews score
sangiro 15294 Oct 6, 2004, 3:56 PM
Post Re: [sangiro] rating+votes+reviews score
sangiro 15319 Oct 7, 2004, 2:57 AM
Thread Re: [afinlr] rating+votes+reviews score
Matthias70 14892 Dec 27, 2009, 12:39 PM
Thread Re: [Matthias70] rating+votes+reviews score
Andy 14926 Dec 28, 2009, 12:22 AM
Thread Re: [Andy] rating+votes+reviews score
Matthias70 15017 Dec 28, 2009, 3:21 AM
Thread Re: [Matthias70] rating+votes+reviews score
Andy 14816 Dec 28, 2009, 4:33 AM
Thread Re: [Andy] rating+votes+reviews score
Matthias70 14856 Dec 28, 2009, 4:47 AM
Thread Re: [Matthias70] rating+votes+reviews score
Andy 14890 Dec 28, 2009, 4:48 AM
Thread Re: [Andy] rating+votes+reviews score
Matthias70 14710 Jan 4, 2010, 3:42 AM
Post Re: [Matthias70] rating+votes+reviews score
Andy 14622 Jan 4, 2010, 4:35 AM
Post Re: [Matthias70] rating+votes+reviews score
Andy 2206 Jan 4, 2010, 4:48 AM