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.
camufla Wrote:fix.php show the Attachment Sad

thanks

bye

Did you get that when you load fix.php?
Hi i have a problem with the template and i have upgraded to the latest version.

http://www.tussaudtimes.co.uk/games.php - You will see what i mean.

Thanks
In some themes you have that problem, I had that with TangoBlue, too

http://www.Online-Urbanus.be/Forum/showt...hp?tid=186
Is there a way to fix it?
I tried that but it still didn't fix the problem any other ideas
will the update delete all my old high scores and games?
Paretje Wrote:
camufla Wrote:fix.php show the Attachment Sad

thanks

bye

Did you get that when you load fix.php?

por fin por la misma ...

sorry, I am happy Toungue
the Game Section 1.1.4 work fine! Big Grin

Thank you for everything Wink
Good work

bye bye
se despide camufla
MadamZuZu Wrote:will the update delete all my old high scores and games?

No, follow the steps in the README.txt Wink

spikescot2005 Wrote:I tried that but it still didn't fix the problem any other ideas

Hmm, I see. Follow this:

Open games/global.php and find:
//Some templates
if($mybb->user['uid'] != 0)
{
	eval("\$games_menu_user = \"".$games_core->template('games_menu_user')."\";");
}

Replace with:
//Some templates
if($mybb->user['uid'] != 0)
{
	eval("\$games_menu_user = \"".$games_core->template('games_menu_user', '1', '0')."\";");
}

2. Replace games_menu template with this:
<br />
<div class="menu">
<ul>
<li><a href="games.php">{$lang->gamesection}</a></li>{$games_menu_user}
</ul>
</div>

3. Replace games_menu_user template with this:
<li><a href="games.php?action=settings">{$lang->yoursettings}</a></li><li><a href="games.php?action=stats">{$lang->yourstats}</a></li>
[/code]