The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I have not added anything over the past few days but as of this morning, I'm getting an odd change with the top navbar. The normal behaviour for the navbar is to have a "Register" button which is then replaced with a "Quick Links" (we call it Menu on my site) button when the user logs in. As of today, this functionality is not working. Now the Quick Links button just never shows. I have copied the section of the Header template below which deals with this functionality. If I take out the "registerbutton" code (from <if condition= to the <else />) then the dropdown "quick links" shows only. This leads me to believe something odd is happening that isn't allowing the code to recognize the users' login. Code:
<if condition="$show['registerbutton']"> <td width="106" height="40" align="center" valign="top"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_register.gif" width="106" height="40" border="0" alt="" /></a></td> <else /> <td width="106" height="40" align="center" valign="top" id="usercptools"><a href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_menu.gif" width="106" height="40" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools" ,1); </script></td> </if> Edit: I'm still stuck on this. It's still not removing the "Register" button. I've tried it on IE and Firefox. I've tried it with more than one style (including the one that comes native to VB). It's not working no matter what I try. Any help would be greatly appreciated! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|