![]() |
NJAquaman - Main Nav Tab Drop Down
1 Attachment(s)
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'] .= ' Code:
$template_hook['navtab_middle'] .= ' Code:
$template_hook['navtab_start'] .= ' 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! Attachment 109182 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 |
Looks like there is a some angry moron running around voting peoples mods a 1. I think a mod needs to look into this.
|
Saw this in the 3.8 version. Tagged as I may use it.
|
Quote:
Good work coder! |
Quote:
|
Nice little addon! Thanks! :)
|
1 Attachment(s)
Good Idea, However after adding it that's hide the vBulletin drop-down menus under navbar, See picture in attachments.
|
Quote:
|
I was considering doing something like this for our site re-design back in July. Good to see someone figured out how to do this in version 4.
|
Something is off here... I followed it to the spec and it adds the new button, however no drop down... it adds the menu items that should be in drop down after the button. I also noticed that it drops the search bar all the way down to bottom of site for some reason.
I also have the product : vBH - Add new tabs 1.1 installed, and even disabled it.. same results. It appears that some phrase is not ended correctly ? I am not good enough with all code to figure it out. (I can usually figure most things out but this one escapes me) *Edit forgot to mention... no fancy styles.. just regular VB Modified here and there.* |
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: |
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. |
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, |
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:
|
Yeah, I tried another Mod. Its enabled again now Mate.
Thanks alot, |
Quote:
|
How can I add non-popup tabs ??
So I could replace the "vBH - Add new tabs 1.1" completely :) Thanks in advance! |
Quote:
Thanks |
Good work, Installed :)
|
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! :) |
I applied the corrected code for the Right Side Menu and it works fine now.
It was in fact the Div tag that was tossing it for me. I also have the "vBH - Add new tabs 1.1" enabled in addition to this and both work perectly ! I can plow through most code and figure out problems, but I am not so hot on which tags are used where all the time. Guess if I stared at it for more than 7 hours yesterday i might have figure it out... hahahaha THANKS FOR THE FIX, and thanks again ! |
Quote:
Quote:
:) |
Question - I'd like to use this for a simple dropdown, but it doesn't seem to translate VB variables. For example, I'm trying to create an LI like this one:
Quote:
|
Quote:
I suggest trying it and see if it works! Thanks!:) |
Just to clarify, I did try it and it did not work. It did not translate the variable, it just listed the actual text "{vb:rawphrase user_control_panel}". Can you try it out on your site and see if it works for you? Would really appreciate it!!
|
|
why there are icons on attach files?
|
Quote:
they don't show ....i think ill take em out ! thanks haha |
1 Attachment(s)
Hi NJAquaman, look it.. it's perfect for what I needed I just had a question, I'm using another theme and the drop down menu works perfect only now when I go down the list the button at the top the background colour is gone and the text is black is there any way to fix that?
I've attached an image to what I mean. Cheers |
Works great. I removed the other tab hacks I used and removed the home/forum/what's new buttons and only use this. Does exactly what I need.
|
Quote:
Code:
<font color="#000000"> Thank you! Hope this Helps! Hex Color Chart! |
Quote:
|
Hi NJ, I've tried that but it changes the colour of the text down the whole menu is there a code just for the background of the top link like in the image i attached...
Cheers |
Grait plugin!
|
If you want tabs before the What's New.. add in the following..
$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> '; |
Quote:
|
No probs mate
|
Any idea how I could use this and also be able to add drop down sub nav tabs connected to a single main tab. Example would be a main tab called "Links" with a sub nav drop down called "Search Engines" with "Google" "Yahoo" "Bing" as the links. I hope that makes sense...
|
Quote:
Very Good Idea Sleeter .... I will look into this and let you know if i am making another mod to fit that description ! Thank You! NJAquaman |
I need the link to open in a new window. What do I need to change?
|
All times are GMT. The time now is 05:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|