Quote:
Originally Posted by HarryButt
FYI: Change the order of the games list :surprised:
In arcade.php
Code:
LEFT JOIN " . TABLE_PREFIX . "games AS games ON gamesessions.gamename = games.shortname
$whereclause AND $sessionclause ORDER BY gamesessions.gamename DESC
");
change to
Code:
LEFT JOIN " . TABLE_PREFIX . "games AS games ON gamesessions.gamename = games.shortname
$whereclause AND $sessionclause ORDER BY gamesessions.gamename ASC
");
EX: http://www.gzhq.net/forums/arcade.php?
|
to help those searching for alphabetized game list. searching alpha* does not bring up this post, and it took me an hour to find this. alphabet alphabetize alphabatize