The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Tabs Add System for vBulletin 4 (sstab advanced) Details »» | |||||||||||||||||||||||||||||||||||||||||||||
Tabs Add System for vBulletin 4 (sstab advanced)
Developer Last Online: Feb 2023
Review:
This mod allows you to easily add and remove tabs on the navigation bar using the adminCP. Tabs can appear as "selected" after being clicked, automatically deselecting the other tabs. You also have the option of indicating which groups are allowed and not allowed to see the tabs via usergroup id. Tabs may operate as normal select tabs, as drop-down menus. or as links to external sites. The Hack only use 1 SQL sentence to create All the Menu, no Template edition This Hack allows you to create tabs at the bar of vBulletin 4.0 Installation: - Upload all files in the UPLOAD folder to the root of the forum - Import the product 'product-evbs_sstab_advanced.xml' - Configure and manage your tabs in the "Tabs vbSoporte" menu in AdminCP - Do not forget to "Allow Overwrite" if you are Updating to 2.0 20-01-10: ver 1.0
About URL_PARAMETER To use this Option only Write the Part that Always repeat, por example for this URLs:
About Phrases as TITLES When you create a New Element (Tab, menu, etc) You see a box to put only the variable Phrase name To create New Phrase go to Languages & Phrases -> Phrase Manager -> Add New Phrase ************************************************** **** Special Thank to vB Style Taught me about new the CSS system and help me using CSS standards dieKetzer Betatester and Translator to native English Language Observation:
************************************************** ***** How to Add Variables Like userid: if you need to use vBulletin variables to make URL like http://myurl.com/?u={userid} see this Post https://vborg.vbsupport.ru/showpost....postcount=1031 Download Now
Screenshots
Show Your Support
|
16 благодарности(ей) от: | ||
billstelling, F.nk, FReeSTER, gamersplatoon, Gorgasm, Guthatron, hyperviperx99, LOGECT, mohammadxxx, MonkYZ, smile2me, sternenfee, Teascu Dorin, The_Head |
Comments |
#882
|
||||
|
||||
My bad, yeah mine only hides the whats new, i dont use cms or blog, forum doesnt hide...
|
#883
|
|||
|
|||
Exaclty ... does not hide forum
|
#884
|
|||
|
|||
I'm currently using this with 4.1.1 and most of it seems to work fine...but as others have posted, we can't get rid of the forum button.
It would seem hiding forum is more complicated now or something as I had asked how to get rid of it by itself and the vb.com mods mentioned something about dependencies? |
#885
|
|||
|
|||
Fixed.
|
#886
|
|||
|
|||
What does it take to remove the branding from all pages for commercial use?
|
#887
|
|||
|
|||
This is 100% untested, but looking at the raw output of the navbar template on a stock board it should hopefully work. 4.1.1+ now uses a template runtime method to build the forumhome link so I have adjusted the plugin accordingly.
To get the forum to hide (on a DEFAULT 4.1.1) navbar template, try this:- Go to plugin manager.... edit the Insertando Tabs plugin. Find: Code:
$buscar[0] = '<li class="selected"><a class="navtab" href="\' . $vboptions[\'forumhome\'] . \'.php\' . $session[\'sessionurl_q\'] . \'">\' . vB_Template_Runtime::parsePhrase("forum") . \'</a>'; $buscar[1] = '<li><a class="navtab" href="\' . $vboptions[\'forumhome\'] . \'.php\' . $session[\'sessionurl_q\'] . \'">\' . vB_Template_Runtime::parsePhrase("forum") . \'</a></li>'; Code:
$buscar[0] = '<li class="selected"><a class="navtab" href="\' . vB_Template_Runtime::linkBuild("forumhome") . \'">\' . vB_Template_Runtime::parsePhrase("forum") . \'</a>'; $buscar[1] = '<li><a class="navtab" href="\' . vB_Template_Runtime::linkBuild("forumhome") . \'">\' . vB_Template_Runtime::parsePhrase("forum") . \'</a>'; |
#888
|
||||
|
||||
I going to Update this for 4.1.1.....
|
#889
|
|||
|
|||
I'm waiting for the update
|
#890
|
|||
|
|||
Hi, thanks for this mod, to me it works perfectly in 4.1.1 but I notice two small mistakes, so now that you're going to update the comment:
1 - Do not go away tab 2 - In the pages that are created by vBadvanced 4.0.1, brands such as tabs that hide, do not get to hide. I hope you can include any improvements to these two issues, and again thank you for your work. PD: No me manejo muy bien con el ingles, e escrito lo que me ha traducido google. Un saludo!!! |
#891
|
||||
|
||||
Ok, I update this to work with vb 4.1.1
I'm Add the option to use varphase (many languages in your forum), the rule is: * If you put a name (vbphrase) then use this like TITLE, but only if this exist... else use the TITLE (like always) I come back in 5 hours and Upload the new version Hablame en Espa?ol entonces, Mi Ingles es Terrible |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|