The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do you add a drop down menu?
I've searched this site and VB.org for this and nothing..
What I'm looking for is to add another drop down menu to the navbar. I want it to look and feel like the "Quick Links" one does now.. Every time I try I get errors.. Any help or links to the answer would be great! Thanks for your time! |
#2
|
|||
|
|||
Is there anybody out there?
|
#3
|
|||
|
|||
Basically, you have to go into the "NavBar" template
Read the code there. The first row, read the code for "Quick Links" ... You will see that it points to an array that is at the bottom of the page. Copy that, and just change the info around. Be sure to use the same "reference" for the menus. That's how I did it. It's a tad difficult for me to explain. Cyricx / Shaz |
#4
|
|||
|
|||
Quote:
http://www.vbulletintemplates.com/mo...ead.php?t=5615 |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
You could at least say thanks. =P
|
#7
|
|||
|
|||
Thanks, just what I was looking for!
|
#8
|
|||
|
|||
New alot of people would be
|
#9
|
|||
|
|||
One question though...
How do I add this: <!-- chat links --> <div class="vbmenu_popup" id="chat_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Chat</td> </tr> <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td> </tr> <tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,sc rollbars=no,left=50,top=50,screenX=50,screenY=50') ;return false">Chat(Popup)</a></td> </tr> </table> </div> <!-- end chat links --> And the navbutton for Erwins flash player (with autopopulate navbar) into one of those menu buttons as described? I tried to get it to work, but kept flocking up my navbar |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|