JW, with this step
Code:
In showthread.php
2. FIND:
###########################
// words to highlight from the search engine
###########################
AND ABOVE IT ADD:
###########################
$leaderboard = $DB_site->query_first('SELECT userid FROM arcade WHERE game = "tetris" ORDER BY score DESC');
$kingid = $leaderboard['userid'];
###########################
i get this error
Quote:
Fatal error: Call to a member function on a non-object in /home/sites/home/web/forums/showthread.php on line 6
|
ONLY when clicking on links that contain the "king tetris" member. everything else seems to be fine