Quote:
Originally Posted by Galaxy
I dont know if this is just be but I can not get the $gameplaysremaining to show number of gaming points that are left can anyone help I added all the extra mod code slowly and I am sure I did it all right so can anyone think of why its not working other then I am crap at moding haha!
cheers
|
Fix for the problem:
IN ARCADE.PHP FIND:
Code:
$gameplaysremaining = $permissions['playquota'] - $bbuserinfo['totalplays'];
PLACE IT UNDER THE FOLLOWING CODE:
Code:
// ######################### MAIN ARCADE PAGE ############################
if ($_GET['do'] == "main") {
// pre-cache templates used by all actions
$globaltemplates = array(
'ARCADE',
'arcade_header',
'arcade_main',
'arcade_main_alerts',
'arcade_main_alerts_bit',
'arcade_main_games_bit',
'arcade_main_news',
'arcade_main_news_bit',
'arcade_main_welcome'
);
require_once('./global.php');
require_once('./includes/functions_user.php');
require_once('./includes/functions_arcade.php');