PDA

View Full Version : How come vBadvanced...


Macmillion
05-04-2007, 06:03 AM
How come vBadvanced wont allow me to log in on the front page and will only let me log on via being on the forum?

Thank you.

TTG
05-04-2007, 07:11 AM
you probably need to add $vboptions[bburl]/ to your navbar so that the vBadvanced login box is pointing to the forum login page :up:

Macmillion
05-04-2007, 07:49 AM
Thanks, sorry where exactly in navbar do i add this?

TTG
05-04-2007, 10:16 AM
Should be either in the navbar or header template depending on type of style you're using.
Look for this line :-

<td ><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>

and add the

$vboptions[bburl]/

so that it then looks like :-

<td ><a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>

Macmillion
05-04-2007, 03:11 PM
Sorry i cant find those lines in either Navbar or Header template.

Anyone?