Quote:
Originally Posted by Basscat
I can not get the arcade to work from myvbabd_homepage.When I put the pointer on "arcade" in my navbar,itshows"mysite.com/arcade.php". When I put the pointer on "arcade"inmynavbar from my forum index pageitshows"mysite.com/forums/arcade.php", and the arcade works?Imissedsomething, just not sure where.
|
in the vBadvanced navbar template if it has one, it should be
Code:
$vboptions[bburl]/arcade.php?$session[sessionurl]
If that doesn't work, hard code the address.
or maybe use
Code:
$vboptions/forums/arcade.php?$session[sessionurl]