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 |
#442
|
||||
|
||||
Try:
https://www.example.com=>blank;5 6 7 without the space before the 5. |
#443
|
|||
|
|||
Thanks, that seems to have fixed it. It would be nice if it weren't that sensitive to spaces...
|
#444
|
||||
|
||||
Only a first space and the ; would give any problems. Make sense the way it was done though.
|
#445
|
|||
|
|||
Nice Hack works great ... and easy to use..
|
#446
|
||||
|
||||
I turn this on and get:
Code:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/martz/sites/supermono/web/includes/class_bootstrap.php(384) : eval()'d code on line 29 Parse error: syntax error, unexpected '<' in /home/martz/sites/supermono/web/includes/class_bootstrap.php(384) : eval()'d code on line 29 |
#447
|
|||
|
|||
*this is a great! MOD.
1. When you log out of the forum the links are still displayed. ? - Can this be a feature to disable if you are not logged into the forum. 2. When you click the disable what's new checkbox is in fact does not disable the button when you sit on the forum.php main page. ? - Can this glitch be fixed. |
#448
|
|||
|
|||
Great mod and should be standard with VB IMO.
saying that i had to remove this one as i just didn't like the link in the footer. went for this mod instead. https://vborg.vbsupport.ru/showthread.php?t=233629 does the same thing with more options and no footer link. |
#449
|
||||
|
||||
The one does have a footer link. You are just able to block it is all. That hack is more complicated which will end up being more of a problem if it ever breaks. This hack is simple and elegant.
|
#450
|
|||
|
|||
Atfter Install This Plugin in vbulletin 4.0.3 iGet This error:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/pcmbr/public_html/forum/includes/class_bootstrap.php(384) : eval()'d code on line 29 Parse error: syntax error, unexpected '<' in /home/pcmbr/public_html/forum/includes/class_bootstrap.php(384) : eval()'d code on line 29 Pls Help |
#451
|
||||
|
||||
I went to edit vbh_newtabs
I went to save it and this error came up vBulletin Message The following error occurred when attempting to evaluate this template: Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(4781) : eval()'d code on line 1 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. so I went into the template again (still stock) and tried to save with out editing it and I still get this message any idea what the problem would be here is the template Code:
<vb:if condition="in_array(THIS_SCRIPT, $selectedtabs) AND THIS_SCRIPT == $filename"> <li class="selected"><a class="navtab" href="{vb:raw url}" <vb:if condition="$target">target="_{vb:raw target}"</vb:if>>{vb:raw titulo}</a> <ul> {vb:raw subnavlinks} </ul></li> <vb:else /> <li><a class="navtab" href="{vb:raw url}" <vb:if condition="$target">target="_{vb:raw target}"</vb:if>>{vb:raw titulo}</a></li> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|