The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi vBians
![]() How can I Add additional navbar under existing navbar in vB4.2.0? Regards |
#2
|
||||
|
||||
![]()
I suppose you could just put another <div> under the existing navbar and put your links in there. It really depends on what you want it to look like.
Did you try a search? I vaguely recall that there may be a mod to do this already. |
#3
|
||||
|
||||
![]()
Yes there is mod to do that. Its this mod: [DBTech] vBNavTabs - Navbar Tabs / Tab Management v1 (vB4)
|
#4
|
|||
|
|||
![]()
yes i know but they offer this thing in paid mod
![]() ![]() Any manual editing of style that can do this? --------------- Added [DATE]1345997743[/DATE] at [TIME]1345997743[/TIME] --------------- Quote:
![]() HTML Code:
<div id="navbar" class="navbar"> <ul id="navtabs" class="navtabs floatcontainer"> <li id="vbtab_forum"><a href="site link">Title </a></li> </ul> </div> |
#5
|
||||
|
||||
![]()
You said you wanted a second navbar... I thought you meant unrelated to the existing one. You will need to write conditions if you want a specific navtab to be highlighted when they click those links - you would need to add those conditions around the existing navtabs or into the navigation manager.
|
#6
|
|||
|
|||
![]()
Infact I wanted separate hard coded NavBar without any condition that ll be displayed to world publicly
![]() So i added this code at the start of navbar template ![]() ![]() Code:
<div id="navbar" class="navbar"> <ul id="navtabs" class="navtabs floatcontainer"> <li id="vbtab_forum"><a class="navtab" href="http://www.Domain.com">Home</a></li> <li id="vbtab_forum"><a class="navtab" href="http://www.Domain2.com">Home2</a></li> </ul> </div> Thanks for your response tho ![]() ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|