The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
NJAquaman - Main Nav Tab Drop Down Details »» | |||||||||||||||||||||||||
What: A Nav Tab Plugin to Add a Main Drop Down Tab to the Nav Bar.
WORKS WITH ..!!! 4.0.x Browser Comparability (All Latest Versions); Internet Explorer Firefox Opera Safari Google Chrome Install: 1) Navigate to ACP> Plugins & Products > Add New Plugin 2) Product : Vbulletin Hook Location : parse_templates Title : Nav Tab Drop Down Execution Order : 5 3) Insert the Code; For Tabs On the Right Side Use This Code: Code:
$template_hook['navtab_end'] .= ' <li class="popupmenu" > <a href="javascript://" class="popupctrl navtab">Featured Articles</a> <ul class="popupbody "> <font color="#000000"> <li></li> <li><a href="list.php?r=category/46-Birding">Birding</a></li> <li><a href="list.php?r=category/47-Boating">Boating</a></li> <li><a href="list.php?r=category/48-Camping">Camping</a></li> </font> </ul> </li> '; Code:
$template_hook['navtab_middle'] .= ' <li class="popupmenu" > <a href="javascript://" class="popupctrl navtab">Featured Articles</a> <ul class="popupbody "> <font color="#000000"> <li></li> <li><a href="list.php?r=category/46-Birding">Birding</a></li> <li><a href="list.php?r=category/47-Boating">Boating</a></li> <li><a href="list.php?r=category/48-Camping">Camping</a></li> </font> </ul> </li> '; Code:
$template_hook['navtab_start'] .= ' <li class="popupmenu" > <a href="javascript://" class="popupctrl navtab">Featured Articles</a> <ul class="popupbody "> <font color="#000000"> <li></li> <li><a href="list.php?r=category/46-Birding">Birding</a></li> <li><a href="list.php?r=category/47-Boating">Boating</a></li> <li><a href="list.php?r=category/48-Camping">Camping</a></li> </font> </ul> </li> '; Notes: - "Featured Articles" is the Nav Tab Name - Leave the First "<li></li>" For Alignment - Anything Between the other "<li></li>" will be in the Drop Downs - YOU MAY duplicate this code in the same plug in for another Tab - You can use both Left and Right codes at the same time! If You Want Just a Main Tab With a Link Use this Code CLICK HERE Screen Shot! 2010-01-05_084133.gif DONT FORGET TO CLICK INSTALL __________________________________________________ ______________ Change Log v1.6 - 01/17/10 - vB 4.0.1 Temp Hook Call Fix - Patch: Change the Hook From "process_template_complete" to "parse_templates" v1.5 - 01/15/10 - Added the Middle Code (garretbyrne) v1.4 - 01/05/10 - Both Right and Left Sides (Zaiaku) v1.3 - 01/05/10 - Added Just A Nav Tab Option With A Link (Pozo) v1.2 - 01/05/10 - Corrected Works in all Browsers (linuxututs) - Patch: Change Both "DIV" tag to a "UL" tag v1.1 - 01/04/10 - Corrected sub Nav Links Hidden (MARCO1) - Patch : Delete the Code:
$vbulletin->options['selectednavtab']='tab_fa'; __________________________________________________ ______________ Here Are Some Other Versions: Main Nav Tabs Main Nav Tab w/ Connective Sub Nav [CMS] Sub Nav Tabs [CMS] Sub Nav Tabs Drop Down Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
You Might Have a Problem On Your Site if Both methods do not work! I would recommend installing my Plugin then working backwards to find the problem. Thank you for your interest! :up: |
#13
|
|||
|
|||
Just to clarify... The other product works fine.. but I disabled it during troubleshooting just to make sure it wasn't conflicting mods.
I will dig through the mods again as I got tired of looking at code today just to make sure there isn't something else going on. |
#14
|
|||
|
|||
It does conflict with "vBH - Add new tabs 1.1" on my board, but does work when disabled.
Only thing is, This works SUPER Great in Firefox, Opera, and Safari, but its screwed in IE8. I'm wondering if its just my 64 bit windows.? I'll leave it enabled for a few. If someone can with a 32 bit ie8 browser check it out for me. I'd be grateful, I really like this plugin. Here. Thanks, |
#15
|
|||
|
|||
I added this plugin, and I don't see any new tabs. Is this having a conflict with the vBH - Add new tabs plugin?
Quote:
|
#16
|
|||
|
|||
Yeah, I tried another Mod. Its enabled again now Mate.
Thanks alot, |
#17
|
||||
|
||||
Thank you Linuxuts , this will be addressed and Fixed!
|
#18
|
|||
|
|||
How can I add non-popup tabs ??
So I could replace the "vBH - Add new tabs 1.1" completely Thanks in advance! |
#19
|
||||
|
||||
Quote:
Thanks |
#20
|
||||
|
||||
Good work, Installed
|
#21
|
|||
|
|||
Thanks NJAquaman,
I went ahead and used another, but still have yours installed ( Just disabled at the moment ). Yours is in the main menu, and the other ones below it, and doesn't show on every page like yours. I'll wait on the fix! Love the code... Thanks, Just noticed you already Have. GREAT! Thanks again, Absolutely PERFECT! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|