PDA

View Full Version : installed with one little error?


hbalagh1
06-18-2005, 03:33 PM
FIXED

i installed this mod and everything works great except that when i am in the ACP and click on an option in the left... it opens a new window. and the right page (main page) is just blue. Which page did i goof on that made this happen? any help would be greatly appreciated...

thanks

Zachery
06-18-2005, 03:54 PM
Sounds like the files didn't get uploaded right or you made a bad edit

hbalagh1
06-18-2005, 04:03 PM
so you don't know which page i need to check for errors?

Zachery
06-18-2005, 04:12 PM
Which specific page are you getting the error on ;)

hbalagh1
06-18-2005, 04:14 PM
i dont' get an error really its more of a bothersome. My navigation (on the left) opens up everything in a new window

i think i got it down to being the adminacp/index.php

the only change i am to make to that file though is this

find
$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>

when ever i add that i get the problem

Zachery
06-18-2005, 04:44 PM
i dont' get an error really its more of a bothersome. My navigation (on the left) opens up everything in a new window

i think i got it down to being the adminacp/index.php

the only change i am to make to that file though is this

find
$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>

when ever i add that i get the problem
What editor are you using to make the changes?

hbalagh1
06-18-2005, 04:45 PM
front page but ive been using that for a billion mods ive done on many boards (of course they are all mods on phpBB) but i don't think that would make a difference its still php..

suppose i could use wordpad

Got it fixed now thanks for your time