Hi,
I'm experementing with this plugin on my site. Thanks a lot, it really works fine!
One question is: If I look at the resuts in the admin area, should not the order be
- average rating
- number of votes?
Best wishes
Daniel
Hi,
I'm experementing with this plugin on my site. Thanks a lot, it really works fine!
One question is: If I look at the resuts in the admin area, should not the order be
- average rating
- number of votes?
Best wishes
Daniel
Meh, I will add it to a future release. I'm not gonna make everyone update just for a lousy ORDER BY clause.
If you want to make it happen right now, change line 815 to this:
$qry .= ' ORDER BY avg '.$_GET['nggv']['order'].', total DESC';
yepp, thank you.
You must log in to post.