The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make drop down boxs w/links
Can some one point me in the right direction and or a tutorial on how to make drop down boxs (like quick links) on the navbar?
Any help would be great thanks! |
#2
|
||||
|
||||
search "navbar" in "articles" "titles only" and you get How To Add Drop Down Menus To Your Navbar
|
#3
|
|||
|
|||
is there away to make the double navbar to use quick links? I've posted in the mod section been days no one answered.
here is the code <!-- Navbar Links --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px"> <tr align="center"> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> </tr> </table> </div> <!-- / Navbar Links --> |
#4
|
||||
|
||||
There are modifications to create a second navbar. Your code should probably work also, but you didn't post an image of what the result is for your code.
|
#5
|
|||
|
|||
Yea the code i pasted was the code from the double navbar mod. How would I go about to add drop down box?
Cause the link you pasted to me ask to find this Quote:
In the double navbar code doesnt have that code in it <!-- Navbar Links --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px"> <tr align="center"> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> <td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td> </tr> </table> </div> <!-- / Navbar Links --> |
#6
|
||||
|
||||
Just add the $show[popups] condition to the second navbar and follow all the instructions from the article you found.
|
#7
|
|||
|
|||
ok one last questions BTW you been great help!
If i wanted to delete the navbar that came with the download of vB how would i also do this? Is this possible to remove? Cause the skin I have has all the same links in the header so I wanna build my own navbar and delete the one that came with the vB. |
#8
|
||||
|
||||
Sure you can remove it. The standard one is in the navbar template (assuming you aren't using a custom skin) and it's pretty well commented (<!-- nav buttons bar -->). Don't delete the pop-up stuff if you are going to use the pop-up contents it defines (<!-- NAVBAR POPUP MENUS -->).
|
#9
|
|||
|
|||
ok and last question I PROMISE LOL. If i wanted to add multiple drop down boxs do i just repeat hte process as in the article you posted?
|
#10
|
||||
|
||||
Yes, *but*!!! Make sure each dropdown has a unique ID. That is very, very important!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|