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.
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?
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&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&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?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.