Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Tab Menu *** Enhanced Details »»
Tab Menu *** Enhanced
Version: 0.3.0, by Deepdog009 Deepdog009 is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.x Rating:
Released: 06-04-2007 Last Update: 10-04-2008 Installs: 124
Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

*** Tabbar Menu *** Inverted Tabbars *** Custom Tabs *** Mini Tabbars ***


This mod can be updated over in 3.7 mods if needed



Tabbars Suite 3.7

Inverted Tabbars 3.7

Mini Tabbars 3.7


Updated All three TABBARS to work with 3.7 & 3.6
Quaterbore has an update mod that allows lower version installs with 3.5/3.0


Thanks for your support folks!!!

Show Your Support

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

Comments
  #62  
Old 06-25-2007, 07:25 PM
aveon's Avatar
aveon aveon is offline
 
Join Date: May 2006
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Is there a negative way to approach categories? I mean you can list forumID's 1,2,3,4,5 but what if you want forums defined, but excluding forumID's 1,2,3,4,5? Do you have to list all 6 to 150 if you have that many forums?
yea you have to friend
Reply With Quote
  #63  
Old 06-25-2007, 09:17 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some work to do then!
I have a vbadvanced homepage, located outside my forums directory: www.mydomain.com/index.php (calls adv_index)
My forums are in www.mydomain.com/forum/index.php
What is the best way to put a conditional to that?
Can I use a url as a conditional or should I use adv_index in some way?

Would it look like this:
<if condition="url=http:www.mydomain.com/index.php"><li id="active"><a href=" http:www.mydomain.com/index.php" id="active">Home</a></li><else /><li><a href=" http:www.mydomain.com/index.php">Home</a></li></if>
Reply With Quote
  #64  
Old 06-26-2007, 01:39 AM
aveon's Avatar
aveon aveon is offline
 
Join Date: May 2006
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<if condition="THIS_SCRIPT=='adv_index'"><li id="active"><a href="/index.php" id="active">Home</a></li><else /><li><a href="/index.php">Home</a></li></if>

would be fine
Reply With Quote
  #65  
Old 06-26-2007, 05:26 AM
713JunctionP 713JunctionP is offline
 
Join Date: Mar 2007
Location: Houston, TX
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

freakin awesome add-on! THANK YOU!!!!!!!!
Reply With Quote
  #66  
Old 06-26-2007, 11:55 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aveon View Post
<if condition="THIS_SCRIPT=='adv_index'"><li id="active"><a href="/index.php" id="active">Home</a></li><else /><li><a href="/index.php">Home</a></li></if>

would be fine
But that would define all vbadvanced pages as home. I need to exclude the other vbadvanced pages.

Is there another approach to the conditional. Like using the vbadvanced identifier for the page?
Reply With Quote
  #67  
Old 06-26-2007, 04:23 PM
azarl azarl is offline
 
Join Date: Aug 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
But that would define all vbadvanced pages as home. I need to exclude the other vbadvanced pages.

Is there another approach to the conditional. Like using the vbadvanced identifier for the page?
Try this:

<if condition="THIS_SCRIPT == 'adv_index' OR defined('VBA_SCRIPT')">
<a href="$vboptions[bburl]?$session[sessionurl]"><span>Forums</span>
<else />
<a href="/"><span>Front Page</span>
</if>
</a>
Reply With Quote
  #68  
Old 06-27-2007, 04:09 AM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update:
******

added java rollover effect tabs
added rainbow tabs
added highlighted tabs
added better intergration with Vbull
added tutorials helper
added TABS 4 all 2 use in other hacks
*** 2 <.> plugins and TABs Suite ***


Folks im not perfect so dont hit me hard with requests and stuff...
Im just a simple guy trying 2 have a little fun just like U...
Use any of this 2 help with whatever... Enjoy the forums...

Good luck
Reply With Quote
  #69  
Old 06-29-2007, 07:34 AM
Panagioths Panagioths is offline
 
Join Date: Feb 2004
Location: Greece
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do we do the update?
Reply With Quote
  #70  
Old 06-29-2007, 10:35 AM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Panagioths View Post
How do we do the update?
Download Zips and read install instructions...

FAQ
***

  1. Upzip
  2. Upload folders 2 forums root
  3. install plugins
  4. Open forums new folder in browser 2 get started
  5. Read tutorials

Good Luck
Reply With Quote
  #71  
Old 06-30-2007, 07:41 PM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Added a TESTER file 2 assist those that say exp. some issues...
  1. Download
  2. Unzip
  3. Double Click
  4. Thats it
  5. If U can see the Tabs then its ALIVE
Reply With Quote
Reply

Thread Tools

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 07:02 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.05093 seconds
  • Memory Usage 2,302KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete