
04-13-2004, 01:02 AM
|
 |
|
|
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Flow Fusion
Ok I see this is not fully compatable with the arcade I have this problem in my index.php. Where it says
$printhr = false;
++++if (can_administer('canadminstyles')
add above
// ## <ucs>
++++++++construct_nav_option("uTT Point System Settings", 'options.php?dogroup=uttpoints', '<br />');
++++++++construct_nav_option("uTT Store Settings", 'options.php?dogroup=uttstore', '<br />');
++++++++construct_nav_option("Action Manager", 'uttstoreadmin.php?do=modify', '<br />');
++++++++construct_nav_option("Add Action", 'uttstoreadmin.php?do=add', '<br />');
++++++++construct_nav_group("uTT Store Hack", '<hr />');
// ## </ucs>
But I have in my index.php because of the arcade
$printhr = false;
construct_nav_option("General Settings", 'arcadeadmin.php?do=general', '<br />');
construct_nav_option("Game Settings", 'arcadeadmin.php?do=games', '<br />');
construct_nav_option("Score Settings", 'arcadeadmin.php?do=scores', '<br />');
construct_nav_option("Challenges", 'arcadeadmin.php?do=challenges', '<br />');
construct_nav_group("Arcade", '<hr />');
if (can_administer('canadminstyles'))
{
I want to make sure I do this part right before I upload the other files?
|
Just do as it says.
|