The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
new popup menu in navbar not working
I'm attempting to create a new popup menu in the navbar. Tried this guide: http://www.vbulletin.com/forum/showthread.php?t=224641, but the popup appears as a normal link BELOW the navbar. How can I fix this?
|
#2
|
||||
|
||||
You have a custom style and my guess is the links are not in the navbar, like in that article, but are instead in another template, like the header. So, you need to add the code to that template instead (and may have to modify some of the css to get it to look right).
|
#3
|
|||
|
|||
I found the Community popup code in the HEADER template. But where should I put the code of the new popup menu?
|
#4
|
||||
|
||||
I guess in the same place. I don't know your style, so I really can't be specific. I just know you need to put the navbar link with the rest of the navbar links and then just have the popup menu somewhere also (I try and keep all the popup code together in one place).
|
#5
|
|||
|
|||
The code for a normal link in nav bar for this style is
HTML Code:
<td class="vbmenu_control"><a href="PHP Link">Title</a></td> HTML Code:
<td class="vbmenu_control"><a href="arcade.php">Arcade</a></td> Sorry if you allready knew this and was on about something completly different Sorry this is not what you needed to know |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|