The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBH-Add new tabs Details »» | |||||||||||||||||||||||||||||||||||
vBH-Add new tabs 1.2 with no querys Mark as installed, if you use it If you like this modification please suport it in the mod of the moth poll What does this plugin? This plugin allows you to add new tabs in the navigation bar to link to any site you want. Installation: Import the xml file from the product manager.. Upload the files in the upload folder to your forums via ftp. To add new tabs, go to: vBulletin Options> VBH New Tabs Option Configuration example: Code:
AdminCP|/admincp/=>self;6 google|http://www.google.com=>self;1 2 vbulletin|http://www.vbulletin.com=>self;1 2 yahoo|http://www.yahoo.com=>self;1 2 vbulletin.org|http://www.vbulletin.org=>self;1 2 To make tab selected: This option only works if your tab links to internal files. You need to enter the THIS_SCRIPT value under the option Tabs Selected. Also note that some areas of vBulletin already use the THIS_SCRIPT value in their code and because of this some tabs may not work correctly. A example of this would be the usercp.php file. If you make a tab linking to this file and then you enter the value 'usercp' to make it selected, the tab will be selected but also will be the forum tab. This is because vBulletin used this value in the navbar template. You won't have problems when linking to custome pages. en espa?ol vBHispano - Agregar Pesta?as en Espa?ol History: 11-23-09: First release 1.0
Download Now
Screenshots
Show Your Support
|
6 благодарности(ей) от: | ||
alhidaya, Guthatron, misericorde, mohammadxxx, ViViD, www.1n1n.com |
Comments |
#592
|
|||
|
|||
Absolutely AWESOME!!!!
Why this was this not included in vbulletin as a standard feature I WILL NEVER KNOW! |
#593
|
|||
|
|||
When I click on one of my tabs, the forum tab stays highlighted.
Did I do something wrong? |
#594
|
||||
|
||||
That would be a great idea
|
#595
|
|||
|
|||
Quote:
Unfortunately, it does NOT work on vb 4.1.2 Any update ? |
#596
|
||||
|
||||
works with vb4.1.2 for me
|
#597
|
||||
|
||||
Hello,
Can somepne please give me the exact code I need to install this (once the code that needs removing has been removed please) as I think I am removing the wrong bits and thats why I can get it to work. Also does this mod have the same highlighting issues all the others seem to have and if so has that not been sorted in 4.1.2 |
#598
|
|||
|
|||
no issues as far as I'm aware. Most of the highlighting issues come from not properly setting THIS_SCRIPT.
|
#599
|
||||
|
||||
hello,
Can somepne please give me the exact code I need to install this (once the code that needs removing has been removed please) as I think I am removing the wrong bits and thats why I can get it to work. thanks in advance |
#600
|
||||
|
||||
As for 4.1.2, if you do not want any other links besides the ones you put in, and also this removes the small menu underneath aswell.
Go into navbar, and replace everything with... Code:
<div class="navwrap"> <div class="navL"></div> <div class="navR"></div> <div class="navC"> <!-- nav buttons bar --> <div id="navbar" class="navbar"> <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>"> {vb:raw template_hook.navtab_start} <vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'"> <li class="selected"> <ul class="floatcontainer"> {vb:raw template_hook.navbar_start} {vb:raw template_hook.navbar_after_getnew} {vb:raw template_hook.navbar_after_pm} {vb:raw template_hook.navbar_after_calendar} {vb:raw template_hook.navbar_after_community} {vb:raw template_hook.navbar_quick_links_menu_pos1} {vb:raw template_hook.navbar_quick_links_menu_pos2} {vb:raw template_hook.navbar_quick_links_menu_pos3} {vb:raw template_hook.navbar_quick_links_menu_pos4} {vb:raw template_hook.navbar_end} </ul> </li> </vb:if> {vb:raw template_hook.navtab_middle} <vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'"> {vb:raw template_hook.navbar_getnew_menu} {vb:raw template_hook.navbar_getdaily_menu} </vb:if> {vb:raw template_hook.navtab_end} </ul> <vb:if condition="$vboptions['enablesearches']"> <div id="globalsearch" class="globalsearch"> <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search"> <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="process" /> <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span> <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span> </form> <ul class="navbar_advanced_search"> <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li> </ul> </div> </vb:if> </div> <!-- / nav buttons bar --> </div> </div> <!-- CONTENT --> <div id="contentL"> <div id="contentR"> <div id="contentC"> <!-- /logo --> <div style="padding-left:15px;padding-right:15px;"> <div id="breadcrumb" class="breadcrumb"> <ul class="floatcontainer"> <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li> {vb:raw navbits.breadcrumb} {vb:raw navbits.lastelement} </ul> <hr /> </div> {vb:raw ad_location.ad_navbar_below} {vb:raw ad_location.global_below_navbar} <vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'"> <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices"> <input type="hidden" name="do" value="dismissnotice" /> <input type="hidden" name="s" value="{vb:raw session.sessionurl}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" /> <input type="hidden" name="url" value="{vb:raw return_link}" /> <ol> {vb:raw notices} </ol> </form> </vb:if> |
#601
|
||||
|
||||
Hello,
I am not looking to change the main Navbar stuff I just want to add this mod but without the copyright link at the bottom that people have complained about in previous posts. I tried to remove it as instructed but messed something up. Can someone who has this working in 4.1.1 please post the xml file with the code removed. thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|