MyBB Community Forums

Full Version: Game Section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did and no more than 5 minutes after I finally got 1.0.6 working I saw your update. 1.0.6 was working, but I didn't get the chance to install any games.
Did you deactivate 1.0.6?
Paretje Wrote:Do you have already the Game Section 1.0.6?

I think, you downloaded the 1.0.6 upgrade package, uploaded everything, used the upgrade file, but you don't have the Game Section already.

Alright, that maybe the case. How would I clean install 1.1?
Remove the games tables of your database and the field games_theme, upload the files of the install package and follow the steps in the README.txt file
Paretje Wrote:Did you deactivate 1.0.6?

Yes, I deactivated 1.0.6. I probably wasn't supposed to.
When you deactivate it, you must to use the plugin only (install). But follow the README.txt file when there is a new version Wink
YES! Much better. Thank you for you time Sir.

Scratch that now when I go to the site/games.php I get this error.

/inc/languages//games.lang.php does not exist
You didn't follow the readme instructions Wink

Quote:2. OPEN GLOBAL.PHP AND FIND:
// Run global_start plugin hook now that the basics are set up
$plugins->run_hooks("global_start");

// Set and load the language
if(!isset($mybb->settings['bblanguage']))
{
	$mybb->settings['bblanguage'] = "english";
}

// Load language
$lang->set_language($mybb->settings['bblanguage']);
$lang->load("global");
$lang->load("messages");

REPLACE WITH:
// Set and load the language
if(!isset($mybb->settings['bblanguage']))
{
	$mybb->settings['bblanguage'] = "english";
}

// Load language
$lang->set_language($mybb->settings['bblanguage']);
$lang->load("global");
$lang->load("messages");

// Run global_start plugin hook now that the basics are set up
$plugins->run_hooks("global_start");
I apologize for my Newbiness. [Image: 110103_sorry_prv1.gif]
No Problem Wink