PDA

View Full Version : new popup menu in navbar not working


Speedy2000
10-08-2009, 08:19 AM
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?

https://vborg.vbsupport.ru/external/2009/10/60.jpg

Lynne
10-08-2009, 01:59 PM
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).

Speedy2000
10-08-2009, 03:04 PM
I found the Community popup code in the HEADER template. But where should I put the code of the new popup menu?

Lynne
10-08-2009, 03:23 PM
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).

Boneedd
10-09-2009, 12:37 PM
The code for a normal link in nav bar for this style is

<td class="vbmenu_control"><a href="PHP Link">Title</a></td>


example:
<td class="vbmenu_control"><a href="arcade.php">Arcade</a></td>

will give you the result of the attatched image
http://lookpic.com/i/542/GbQaoBLD.jpeg

Sorry if you allready knew this and was on about something completly different



Sorry this is not what you needed to know