Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Tabs Add System for vBulletin 4 (sstab advanced) Details »»
Tabs Add System for vBulletin 4 (sstab advanced)
Version: 2.0.5, by Jhonnyf Jhonnyf is offline
Developer Last Online: Feb 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.1.0 Rating:
Released: 01-19-2010 Last Update: 01-18-2011 Installs: 2058
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

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
  • Create Tabs in vBulletin 4
23-01-10: ver 2.0
  • Create/Manager Tabs Drop Down
  • Create/Manager Sublinks for Tabs
  • Option to Disable FORUM, HOME, BLOG, WHAT'S NEW Defaults vBulletin Tabs and not delete their sublinks menu
  • Phrases in native English and all phrases are in variables
  • Code with new algorithm for better performance
  • Spanish Language (sstab_advanced_spanish.xml)
23-01-10: ver 2.0.1
  • Fix some bugs
  • Work with vBadvanced CMPS Menu
23-01-10: ver 2.0.2
  • Fix menu Tab mix problem
  • Define some Rules:
    1. If TABS is a menu -> No process Sublink
    2. If MENU TAB no have Item -> No Process
27-01-10: ver 2.0.3
  • Change Title Size from 20 to 50 characters
  • Fix Error when not have Tabs
  • Add 2 phrases that I forgot to include in the last version
  • Fix Groups Permission when is a TAB MENU or TAB with SUBLINK
  • Add MultiScript
  • Option to TABMODE (THIS_SCRIPT, URL,URL_PARAMETER) Please, READ POST #2
  • membergroup with a list and checkbox (option to SET Colums in Config)
12-May-10: ver 2.0.4 (Compatible with vB 4.0.3)
  • Fix What's News
  • Add Option to ser Imagen to tabs
  • Credits in footer can be disable from Option Panel
  • Fix Calendar problem
  • Fix Option to URL_PARAMETER
19-Jan-11: ver 2.0.5 (Compatible with vB 4.1.1)
  • Fix All Hide Options
  • Allow to use Phrase as Titles (RULES)
    • If the "Phrase Variable Name" don't exist, them use the TITLE
************************************************** ***
About URL_PARAMETER
To use this Option only Write the Part that Always repeat, por example for this URLs:
  1. http://x.com/showthread.php?1-Nuevo (Main thread)
  2. http://x.com/showthread.php?1-Nuevo&p=13#post13 (Post in thread)
  3. http://x.com/showthread.php?1-Nuevo/page2 (One page of thread)
You Only Set:
  1. Tab Label = Any Name
  2. URL = http://x.com/showthread.php?1-Nuevo (or only http://x.com/showthread.php?1- that have the ID of thread)
  3. Tab mode: URL_PARAMETER
************************************************** ****
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:
  • This Hack is FULL AUTO-TEMPLATE but need the default NAVBAR template to work
  • This Hack have copyright ad at the bottom of the page (if you use this)
Spanish Version, (Version en Espa?ol, mi lenguaje Primario ) -> Tabs Add System for vBulletin 4 (sstab advanced)

************************************************** *****

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

File Type: zip sstab_advanced_203.zip (10.9 KB, 3614 views)
File Type: xml sstab_advanced_spanish.xml (7.1 KB, 665 views)
File Type: zip sstab_advanced_204a.zip (11.2 KB, 4342 views)
File Type: zip sstab_advanced_205.zip (12.2 KB, 8211 views)

Screenshots

File Type: gif listado ingles.gif (46.5 KB, 0 views)
File Type: gif Principal_new.gif (64.1 KB, 0 views)
File Type: gif menudrop.gif (8.4 KB, 0 views)
File Type: gif edicion ingles 203.gif (47.3 KB, 0 views)
File Type: gif onlyname.gif (16.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #212  
Old 01-30-2010, 03:44 PM
RK1gaming RK1gaming is offline
 
Join Date: Mar 2008
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So I used this

<a href='javascript:void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")



So the tab works and fires up the external pop up with no issues but it also fires up another page with this link http://www.rk1gaming.net/forum/href= which gets a 404 error

so I fixed the 404 by dropping the <a href= but it still wants to fire up another tab at least its the forum page again so not to bad ...

I just want it to fire up the chat pop up and not another forum url
Reply With Quote
  #213  
Old 01-30-2010, 04:26 PM
Fusion2 Fusion2 is offline
 
Join Date: Oct 2006
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dieKetzer View Post
yes, this functionality is included in 2.03, although i have been experiencing an issue with multiple tabs being selected on occasion when using url_parameter. if your links dont use parameters (seo friendly/rewrite links) use url instead. i think certain links will always use parameters, but i have no cms to test with.

so try:
use an absolute url (http://blahblah/page.php?action=blah). relative urls will fail.
select 'url_parameter'
leave 'this_script' blank.
I tried this, and it still shows the "Featured Articles" sublinks, not the sublinks i created.

I disabled home, blogs, forum and still nothing. I disabled sublinks from homepage and still nothing. I tried every combination i could use and nothing seems to work at getting sublinks to show, or tabs to get highlighted.

Simply put, I created several tabs that link to CMS sections. When the user clicks on these tabs it loads that CMS section without error. But, it does not display the sublinks that i created and associated to those tabs. These sublinks are url's that point to CMS sub-sections.

For example, I have a tab called "Travel" which points to my CMS Section called "Travel". I also have several sublinks called "Florida Travel", "Travel Companions" etc. Each of these sublinks points to a CMS sub-section under the Travel Section.

The two problems are that the Tab doesnt highlight when clicked on. And the sublinks dont show at all. All that shows was the default CMS Home sublinks.
Reply With Quote
  #214  
Old 01-30-2010, 11:33 PM
Rob F Rob F is offline
 
Join Date: Oct 2002
Location: Ireland
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WNYorker View Post
i can't find a tab system that will highlight "Arcade" for my arcade page. Why is this so hard to do? Vbulletin should have this stuff by default.
This tab system does work for highlighting the arcade tab.

Quote:
Originally Posted by dieKetzer View Post
although not chiselled in stone, generally this_script is is the same as the script file name, so maybe try 'arcade'
Good guess, and it worked for me when I installed the 2.0.2 version of this mod the other day to run with the ibProArcade.

URL - arcade.php
THIS_SCRIPT - arcade
Target - _self

Works brilliantly, and now with 2.0.3 I can link a tab direct to a particular article with correct tab staying highlighted! Thanks Jhnnyf
Reply With Quote
  #215  
Old 01-31-2010, 12:52 PM
dieKetzer dieKetzer is offline
 
Join Date: Mar 2002
Location: melbourne, australia
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good work!
you have _blank set, and that makes it launch the extra window.
i also changed the url a little and this worked perfectly:
'javascript:void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")

jhonnyf will be pleased as punch to see this worked!
Quote:
Originally Posted by RK1gaming View Post
So I used this

<a href='javascript:void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")



So the tab works and fires up the external pop up with no issues but it also fires up another page with this link http://www.rk1gaming.net/forum/href= which gets a 404 error

so I fixed the 404 by dropping the <a href= but it still wants to fire up another tab at least its the forum page again so not to bad ...

I just want it to fire up the chat pop up and not another forum url
Reply With Quote
  #216  
Old 01-31-2010, 12:57 PM
dieKetzer dieKetzer is offline
 
Join Date: Mar 2002
Location: melbourne, australia
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you post a link formatted in the manner youre talking about? i dont even know what a cms link looks like. is it affected by vb's friendly url options?
Quote:
Originally Posted by Fusion2 View Post
I tried this, and it still shows the "Featured Articles" sublinks, not the sublinks i created.

I disabled home, blogs, forum and still nothing. I disabled sublinks from homepage and still nothing. I tried every combination i could use and nothing seems to work at getting sublinks to show, or tabs to get highlighted.

Simply put, I created several tabs that link to CMS sections. When the user clicks on these tabs it loads that CMS section without error. But, it does not display the sublinks that i created and associated to those tabs. These sublinks are url's that point to CMS sub-sections.

For example, I have a tab called "Travel" which points to my CMS Section called "Travel". I also have several sublinks called "Florida Travel", "Travel Companions" etc. Each of these sublinks points to a CMS sub-section under the Travel Section.

The two problems are that the Tab doesnt highlight when clicked on. And the sublinks dont show at all. All that shows was the default CMS Home sublinks.
Reply With Quote
  #217  
Old 01-31-2010, 12:59 PM
dieKetzer dieKetzer is offline
 
Join Date: Mar 2002
Location: melbourne, australia
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for letting us know it works. ill add it to post #3
Quote:
Originally Posted by Rob F View Post
This tab system does work for highlighting the arcade tab.


Good guess, and it worked for me when I installed the 2.0.2 version of this mod the other day to run with the ibProArcade.

URL - arcade.php
THIS_SCRIPT - arcade
Target - _self

Works brilliantly, and now with 2.0.3 I can link a tab direct to a particular article with correct tab staying highlighted! Thanks Jhnnyf
Reply With Quote
  #218  
Old 01-31-2010, 02:54 PM
dieKetzer dieKetzer is offline
 
Join Date: Mar 2002
Location: melbourne, australia
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have updated post #3 with a quickstart guide for this mod.
Reply With Quote
  #219  
Old 02-01-2010, 05:54 AM
RK1gaming RK1gaming is offline
 
Join Date: Mar 2008
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dieKetzer View Post
good work!
you have _blank set, and that makes it launch the extra window.
i also changed the url a little and this worked perfectly:
'javascript:void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")

jhonnyf will be pleased as punch to see this worked!
Yea doh .. set it to self and it worked .. i thought i did test self but maybe not -- thanks for your help and patience
Reply With Quote
  #220  
Old 02-01-2010, 02:53 PM
Jhonnyf's Avatar
Jhonnyf Jhonnyf is offline
 
Join Date: Nov 2007
Location: In my mind
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dieKetzer View Post
good work!
you have _blank set, and that makes it launch the extra window.
i also changed the url a little and this worked perfectly:
'javascript:void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")

jhonnyf will be pleased as punch to see this worked!
nice trick, It's the same process to Inject SQL

And thank you to all for this MOTM for February 2010
https://vborg.vbsupport.ru/showthread.php?t=234672
Reply With Quote
  #221  
Old 02-01-2010, 08:35 PM
SnitchSeeker's Avatar
SnitchSeeker SnitchSeeker is offline
 
Join Date: Sep 2004
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I voted for you Johnny. Thanks! Much more useful than the mod thats currently in the lead. ( no offense to him. ) you deserve to win.

I look forward to your next update with sub-forum and thread support!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:03 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05991 seconds
  • Memory Usage 2,379KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (14)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete