I'll give it a shot in a couple hours after my classes r done. Gotta run to my Networking Essentials class, I'll post back once I've tried it :up:
--------------- Added 17 Oct 2007 at 17:46 ---------------
I just tried using this code:
if($vbulletin->url != 'http://www.tbaec.ca';
$vbulletin->options['bburl'].'/admincp/index.php')
{
// $vbulletin->url = 'http://www.tbaec.ca';
}
...and yes, it worked! BUT... every time I loged into an account I get this ERROR at the top of the page:
Parse error: parse error, unexpected ';' in
/home/content/b/i/g/bigsac/html/includes/functions_login.php(312) : eval()'d code on line
1
So then I tried this code:
if($vbulletin->url != $vbulletin->options['bburl'].'/admincp/index.php')
{
// $vbulletin->url = 'http://www.tbaec.ca';
}
and IT WORKED PERFECT!!!...
Enjoy!
p.s. Thx
Opserty for providing the original code
trgreen, you should now update your thread over at vbadvanced.com(
http://www.vbadvanced.com/forum/show...692#post126692) to reflect the new code and maybe put a note in the first post of this thread, as to avoid other people having a problem with their admincp... hope this code is as helpfull to you as it was me in solving that annoying issue.