The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Top NavBar With Drop Down Menus Details »» | |||||||||||||||||||||||||
This mod is a top nav bar mod with drop down menus; it is the same as the standard vb one, the new navbar is in its own template.
This mod is easy to install there are to things you need to do to install this mod: 1) Upload product file 2) Edit navbar template The mod comes with: 1 xml file 1 read me text file 1 html help file to show how to add links and drop down menus FAQ: Q: Nav bar not showing in other mods. A: Click here thank you Q: What mods will this show in A: please read above why they might not, here are the lists of what I tested them in click here This mod is supported here and at MK PitStop Webmaster Forum, please click install if you use this mod, thank you. Demo Here = http://www.mkpitstop.co.uk/forum Hope you like Show Your Support
|
Comments |
#32
|
|||
|
|||
Installed ...worked on 3.5.4 and 3.6.2 .
It's tooked me about half hour ...figure out ...because you may have difference skin ...and you have to add new button to the either Header or Nav templates . This is my simple way "Music" drop down menu I added this function to my header : After you import this product . 1.Add new button name to : Nav or header template - for 3.5.4 version : PHP Code:
PHP Code:
Replace with : PHP Code:
PHP Code:
PHP Code:
Demo 1 Demo 2 Once again ...if it not in your Nav template , it's will be on your Header template . Thanks . |
#33
|
||||
|
||||
Quote:
|
#34
|
|||
|
|||
Quote:
Just add button or add the whole Nav 2 ? The way I did is just add 1 button to my Header for the drop down menu . PM me your site and I can take a look . |
#35
|
||||
|
||||
I added this now
Code:
<td class="nav_menu_control" id="1" ><a href="#1">Test</a> <script type="text/javascript"> vbmenu_register("1"); </script></td> header Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="header_bg"> <tr> <td align="$stylevar[left]" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <div align=center> </div><!-- banners --><img border="0" src="http://www.talkjesus.com/images/right-logo.gif"></td> </tr> <tr> <td height="34" colspan="2"> <!-- nav buttons bar --> <div align="center"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"> <tr align="center"> <td class="nav_menu_control" width="16"><a href="http://www.talkjesus.com/index.php"> <img src="http://www.talkjesus.com/images/home.gif" border="0"></a></td> <if condition="$show['member']"> <td class="nav_menu_control" width="91"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="nav_menu_control" width="91"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> <td class="nav_menu_control" width="92"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="nav_menu_control" width="92"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <td class="nav_menu_control" width="92"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <!-- v3 Arcade --> <td class="nav_menu_control" width="92"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td> <!-- /v3 Arcade --> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <td class="nav_menu_control" id="1" ><a href="#1">Test</a> <script type="text/javascript"> vbmenu_register("1"); </script></td> <td id="navbar_search" class="nav_menu_control" width="92"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> </if> <td id="journalnavbar" class="nav_menu_control" width="92"><a href="#journalnavbar">$vbphrase[journals]</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td> <if condition="$show['member']"> <td id="usercptools" class="nav_menu_control" width="92"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td class="nav_menu_control" width="92"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td> <if condition="$show['member']"> <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> </if> <td class="nav_menu_control" width="92"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td> <if condition="$show['member']"> <td class="nav_menu_control" width="92"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td> </if> </if> <if condition="$show['member']"> <td class="nav_menu_control" width="92"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td> </if> </tr> </table> </div> <!-- / nav buttons bar --> </td></tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output <!--[if lt IE 7.]> <script defer type="text/javascript" src="clientscript/pngfix.js"></script> <![endif]--> Code:
<!--######## start of navbar2 ########--> <!-- nav2 buttons bar --> <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">Entertainment</td> <!-- dropdown start --> <td id="1" class="vbmenu_control"><a href="#1">Drop down</a> <script type="text/javascript"> vbmenu_register("extra"); </script></td> <!-- dropdown end --> </tr> </table> </div> <!-- / nav2 buttons bar --> <if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> <!-- extras pop start --> <div class="vbmenu_popup" id="1_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Drop Down</td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> <tr> <td class="vbmenu_option"><a href="link">link</a></td> </tr> </table> </if> </div> <!-- extras pop end --> <!-- / NAVBAR POPUP MENUS --> <!--####### end of navbar2 #######--> |
#36
|
|||
|
|||
Just give me second ...I see your web site show the test ...but no drop .
|
#37
|
|||
|
|||
Did you see this script here
PHP Code:
Open your Styles and template ....edit Nav templates ...find this PHP Code:
Add this cript above that word PHP Code:
You can add more than 1 link as I show above . Make sure that you edit this script and replace your link : PHP Code:
|
#38
|
|||
|
|||
Do not edit the Top Nav ....just leave it alone . the only thing you need to add or edit is your Nav template or Header template .
You almost there . |
#39
|
||||
|
||||
OK but as I mentioned before, <!-- / NAVBAR POPUP MENUS --> does not appear in header nor navbar. The actual nav menu is inside header anyway.
What should I do? |
#40
|
|||
|
|||
Quote:
I saw this in your header :<!-- / nav buttons bar --> Add this cript above :<!-- / nav buttons bar --> PHP Code:
Try it ...I am not sure it work or not ...because I don't have Vbseo . |
#41
|
||||
|
||||
That screwed up the forumhome. It basically removed everything in between header/footer somehow.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|