PDA

View Full Version : [fixed] sort by rating doesn't work anymore...



Mas*Mind
Mon 18th Jun '01, 1:39pm
See subject...

When I click on the 'sort by rating' link in a threadlisting it doesn't sort anymore...

John
Mon 18th Jun '01, 3:48pm
Change line 320 in forumdisplay.php from:

if ($sortfield=="voteavg" and !$forum[allowratings]) {

to:

if ($sortfield=="voteavg" and !$foruminfo[allowratings]) {

John