Quote:
Originally Posted by GenSec
|
OK, cool. I got it by using that link because of the category mode.
PHP Code:
arcade.php?do=category&categoryid=1&show=best
Thank you!
and I changed pagenav to
PHP Code:
if ($_GET['show'] == "best")
{
define('BESTRATED', 'true');
$pagenav = construct_page_nav($g,"arcade.php?$session[sessionurl]do=category&categoryid=$categoryid&show=best$searchstring");
} else {
$pagenav = construct_page_nav($g, "arcade.php?$session[sessionurl]do=category&categoryid=$categoryid$searchstring");
}
and made the ORDER BY ASC so higher rated display first