
09-09-2005, 12:35 PM
|
|
|
Join Date: May 2005
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by attroll
I am looking at you arcade right now.
Try this in your arcade functions. But first before you make any modifications remember to make a backup.
Go to you arcade/functions/functions.php
open it with a text editor:
Find:
PHP Code:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits;
Replace with:
PHP Code:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits, $navbar2;
If this does not work then delte the file and put your backup back in.
|
How can I say this......
THANK YOU! it worked like a charm. I never even thought of looking there. You truly are a genieus!!!!
|