View Full Version : How do you add a drop down menu?
EvilCrow
02-13-2004, 12:41 AM
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! :)
EvilCrow
02-13-2004, 05:42 PM
Is there anybody out there?
Cyricx
02-13-2004, 06:22 PM
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
Logikos
02-14-2004, 05:09 AM
Is there anybody out there?
Here you go bud. Just released it for ya. Hope that helps.
http://www.vbulletintemplates.com/mods/showthread.php?t=5615
EvilCrow
02-16-2004, 10:28 PM
\[]emesis']Here you go bud. Just released it for ya. Hope that helps.
http://www.vbulletintemplates.com/mods/showthread.php?t=5615
TYTYTYTYTYTYTYTYTYTYTYTTYTYTYTYTY OH AND DID i SAY thank you!?!?!?!?!?!
Logikos
02-17-2004, 03:47 AM
You could at least say thanks. =P
Thanks, just what I was looking for! :)
Logikos
04-06-2004, 11:56 AM
New alot of people would be :)
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 :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.