View Full Version : Navbar Menu's Urgent!!


tomshawk
26th July 2004, 03:15 AM
Hello Everyone;

I just upgraded from vBulletin 3.0 Gold to 3.0.3

Once I did this, I lost the ability to log out.

Doing some reseach, I find I have to revert my Navbar template.

OK, my navbar is highly customized!!!

Can anybody tell me, what the new hack or code change is to get other menus working

I tryed reverting it, and making one extra menu, and the logout problem is back, so I assume it is something wierd that I am missing.

Can anybody help me with this? Please

tomshawk
26th July 2004, 04:11 AM
OK, via process of elimination I figured it out

The first is the code from the new vbulletin style


<!-- nav buttons bar -->

<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]

<!-- / nav buttons bar -->

And second is my copy of this section from my old Gold version


<!-- nav buttons bar -->

<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[log_out]</a></td>

<!-- / nav buttons bar -->

Notice this section

&amp;u=$bbuserinfo[userid]" in the first snippet of code.

Boey, what a pain such a little bit of code can cause.

Floris
28th July 2004, 12:17 PM
Ah, someone finally figured it out. I was already going to copy/paste my canned reply to this but noticed you got it yourself already :)

tomshawk
29th July 2004, 01:43 AM
Eh, I get lucky every once in a while ;)