The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Dropdown menu in navbar?
I know its a very basic thing, but I don't remember how to do it...
Basicly the same kind of dropdown as "Quick Links" . Could anyone gimme the code for it? Thanks |
#2
|
|||
|
|||
No-one knows how to do this :S?
|
#3
|
|||
|
|||
*bump*
|
#4
|
||||
|
||||
Quote:
Can't find my example here when I get home ill write up another tutorial |
#5
|
|||
|
|||
Thanks for the reply .
I saw the code there , but I can't figure it out :S. I would appreciate a tutorial or something , if its not to much to ask |
#6
|
|||
|
|||
*bump*
|
#7
|
||||
|
||||
This is rather easy if you just copy the code that's already there in the Navigation/Breadcrumbs => Navbar Template.
I wanted to add a Gallery link to my nav bar. I added this: Code:
<!-- Gallery Link Addon --> <if condition="$show['popups']"> <td id="gallery" class="vbmenu_control"><a href="#gallery"><font color="#ffcc00">Galleries</font></a> <script type="text/javascript"> vbmenu_register("gallery"); </script></td> </if> <!-- END Gallery Link Addon --> Code:
<!-- Gallery Addon Menu --> <if condition="$show['searchbuttons']"> <!-- header Gallery Links--> <div class="vbmenu_popup" id="gallery_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Gallery Links</td></tr> <tr><td class="vbmenu_option"><a href="http://www.YOURSITE.com/gallery/">Member Gallery</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.YOURSITE.com/premiere_gallery/">Premiere Gallery</a></td></tr> </table> </div> <!-- / header gallery Links--> </if> <!-- END Gallery Addon Menu --> Aceman |
#8
|
|||
|
|||
Another question,... how do you force a line feed (i.e.) and extra line in the navbar.
|
#9
|
|||
|
|||
An extra line? Like at www.ntlhellworld.com? If thats what you are after I'll grab the code out of my navbar template for you.
|
#10
|
|||
|
|||
Yeap that's what I want.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|