The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Easy Navbar Links Details »» | |||||||||||||||||||||||||||||||
/*================================================= =============*\
|| ################################################## ########## || || # Easy Navbar Links || # Version 1.00 || # Author: Warden || # This mod may only be used from vbulletin.org || # DO NOT display this mod on any other modification site without my permission || # You can alter this code and re-display it here on vbulletin.org || ################################################## ########## || \*================================================ ==============*/ Easy Navbar Links Installation: Less than 3 minutes! Installation instructions: Go to your navbar template: Styles and Templates > Style Manager > vB4 > Navigation Breadcrumb Templates > Navbar: Find this code near the top: Code:
<ul class="floatcontainer"> {vb:raw template_hook.navbar_start} Code:
<!-- Navbar Links --> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <!-- / Navbar Links --> OR... You can use it this way and add links to the navbar with new posts and pm's, etc. in the sub-navbar!! Find in the navbar template: Code:
{vb:raw template_hook.navbar_start} <vb:if condition="$show['searchbuttons']"> Code:
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> Change Blue highlighted link to your link name. 2nd picture shows this sample. Edit the links to whatever you want. Done! If you use this mod, please CLICK INSTALL!! Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
||||
|
||||
Okay thank you so much anyway . If you come out with anything for that second row send me a PM
|
#53
|
||||
|
||||
Been working a lot lately. But, if I do, I will let you know.
|
#54
|
||||
|
||||
When you add a link to the navbar, what Conditional do you need to set to get it to Highlight?
Example: When I add a link - and click on it - it doesn't Highlight. Forum stays Highlighted - after "Text4" is clicked. YouTube: http://www.youtube.com/watch?v=qXUs3zkAsMQ |
#55
|
|||
|
|||
i would rather have this put between new posts and private messages, how can i do this?
|
#56
|
||||
|
||||
Quote:
Code:
<li class="selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a> Code:
<li class="non-selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a> FYI: You're youtube video is set to private. I cannot access it. |
#57
|
||||
|
||||
Quote:
Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li> </vb:if> Code:
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> |
#58
|
||||
|
||||
Quote:
Ok I need alittle help if I use this I cant see my text in the Quick dropdown. non-selected and its all white cant see the text. |
#59
|
||||
|
||||
i wanted to remove some of the original navlinks, but somehow i cant get it to work.
so if i choose to kill one of the nav links the whole navbar is crushed... |
#60
|
|||
|
|||
I installed using the first option. It worked great on the top nav bar, but it affected the style on the lower nav bar (where it says New Posts, Private Messages, etc.). For example, where there is the arrow for the drop down menu next to "Quick Links" the arrow is no longer white (it is a dark color) and the drop down menu itself is completely different. There aren't any borders around the drop down menu, and the text is white with a white background.
Once I remove the code, everything goes back to how it should be. Any suggestions? Thanks! ETA: I just realized I am running 4.0.8 - maybe it will work when I upgrade to 4.1? |
#61
|
||||
|
||||
Remember, this is for the latest vbulletin, which is 4.1.5, not the older ones, as they use somewhat different variables.
Remember, it may not show with and outdated style. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|