Quote:
Originally Posted by too_cool_3
Then i have to click admincp again and it will then go to the admincp. This is getting really annoying, anyway to fix it?
|
Just a quick guess but what about if you wrap it in an if() statement to check the current setting?
E.g.
PHP Code:
if($vbulletin->url != $vbulletin->options['bburl'].'/admincp/index.php')
{
// $vbulletin->url...
}
That probably won't work but you could maybe run some testing or something and see if you can get it to work.