MyBB Community Forums

Full Version: Arcade Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
All i got was 1 php file and nothing else, there was not even anything to unzip.

Steve
The link that I posted above contains a zip archive. Use a program like WinRAR (www.rarlabs.com) to extract it.

There's also a readme included.
Thanks got it unzipped, sorry to sound thick as i am new to this but when it says upload diles to mybb forum, which part do i upload them too?

Thanks

Steve
In just the same order as they are in the file archive.

e.g.: games.php to the root of your forum

- the files in the inc folder go to the inc folder of your server, and so on.
destroyer Wrote:In just the same order as they are in the file archive.

e.g.: games.php to the root of your forum

- the files in the inc folder go to the inc folder of your server, and so on.




Ok i got the files uploaded. i have found the file global.php but can not find this:
// 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");


So i can edit it to this:

// 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");

It is the global.php file within the arcade i am looking at, is that the right one?

Thanks

Steve
got it thanks

Steve
Alright then.

If any more problems occur, just ask.
New problem, i have followed the instructions and activated the plugin in acp but when a user goes to click games section, it says page can not be found. it also says games section twice.

What have i done wrong?

You can see for yourself at http://www.bird-mania.co.uk/community/forum

Steve
Make sure that games.php is in the root directory of your forum. And delete the second link of the game section in the header template.
I have given up, i nearly lost my forum. i have followed the instructions step by step, everything is in the right place according to them but it wont work.

Thanks
Pages: 1 2 3