Quote:
Originally Posted by corsacrazy
can you please read post 48 john  cheers
|
In includes/functions_showthread.php
Find:
PHP Code:
$arcade_result = $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscore,miniimage FROM " . TABLE_PREFIX . "games ");
Replace with:
Find:
PHP Code:
$arcade_result = $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscore,miniimage,gameid FROM " . TABLE_PREFIX . "games ");
Installation instructions updated