The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Ok, first off you need to download the zip from Dynamic Drive (your link) and follow the instructions then you will need to mess with the two css files in dreamweaver or similar program and change black to white etc..
Upload the folder to your root and place the code into your navbar after this: Code:
{vb:raw ad_location.global_below_navbar} The second link etc needed drop downs so you can see the code I have used here including the image reference and left the path as well. Code:
rel="ddsubmenu(instert each number here and change accordingly)" Code:
<div id="ddtopmenubar" class="mattblackmenu"> <ul> <li><a href="Catergory Link Goes Here"><img src="Image Ling Goes Here/ddlevelsfiles/home.png" alt="Home"></a></li> <li><a href="Catergory Link Goes Here" rel="ddsubmenu1"><img src="Image Link Goes Here/ddlevelsfiles/vip.png"></a></li> <li><a href="Catergory Link Goes Here" rel="ddsubmenu2"><img src="Image Link Goes Here/ddlevelsfiles/music.png"></a></li> ... ... ... ... <li><a href="Catergory Link Goes Here" rel="ddsubmenu9"><img src="Image Link Goes Here/ddlevelsfiles/apple.png"></a></li> </ul> </div> <script type="text/javascript"> ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar") </script> <!--HTML for the Drop Down Menus associated with Top Menu Bar--> <!--They should be inserted OUTSIDE any element other than the BODY tag itself--> <!--A good location would be the end of the page (right above "</BODY>")--> <!--Top Drop Down Menu 1 HTML--> A straight forward dropdown without subs would be this: Code:
<ul id="ddsubmenu1" class="ddsubmenustyle"> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> <li><a href="#">Link 3</a></li> </ul> Code:
<ul id="ddsubmenu2" class="ddsubmenustyle"> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> <li><a href="#">Link 3</a> <ul> <li><a href="#">Link 3.1b</a></li> <li><a href="#">Link 3.2b</a></li> <li><a href="#">Link 3.4b</a></li> </ul> </li> <li><a href="#">Link 4</a></li> <li><a href="#">Link 5</a> <ul> <li><a href="#">Link 5.1b</a></li> <li><a href="#">Link 5.2b</a> <ul> <li><a href="#">Link 5.2.1b</a></li> <li><a href="#">Link 5.2.2b</a></li> <li><a href="#">Link 5.2.3b</a></li> </ul> </li> </ul> </li> <li><a href="#">Link 6</a></li> </ul> Hope this helps.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|