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

 
 
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
  #112  
Old 08-19-2007, 03:09 PM
djilou djilou is offline
 
Join Date: Dec 2006
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Finally inserting javascript and css into template HEADERINCLUDES_tabbarsheet area...


<style type="text/css">
@import "tabbars/cssheets/csssheets1x.css";@import "tabbars/cssheets/csssheets2x.css";@import "tabbars/cssheets/csssheets3x.css";@import "tabbars/cssheets/csssheets4x.css";@import "tabbars/cssheets/csssheets5x.css";@import "tabbars/cssheets/csssheets6x.css";@import "tabbars/cssheets/csssheets7x.css";@import "tabbars/cssheets/csssheets8x.css";@import "tabbars/cssheets/csssheets9x.css";@import "tabbars/cssheets/csssheets10x.css";
</style>
<script type="text/javascript" src="tabbars/tabjs/rollbounce.js"></script>
<script type="text/javascript" src="tabbars/tabjs/csssheets.js"></script>
there is no csssheets.js file on tabjs folder??
Reply With Quote
  #113  
Old 08-19-2007, 04:00 PM
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 djilou View Post
there is no csssheets.js file on tabjs folder??
Djilou sorry but U know that us modders sometimes make a few boo, boo's...

HTML Code:
<script type="text/javascript" src="tabbars/tabjs/csssheets.js"></script>
But I think that depending on which tabbar that U use, only then will U change 2 that one in your headerincludes area...

Im working on another update 2 help with this and other areas also...

Let me know where yo issue is and I can fix 4 ya...


Im currently working on more tabs that will match better with most forum colors...

But if U need a custom tabbars color let me know and if time permits I shall commit 2 one free design... please be patient, cause Im only 1 soldier in the field...
Reply With Quote
  #114  
Old 08-22-2007, 10:53 PM
puregraf's Avatar
puregraf puregraf is offline
 
Join Date: May 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deepdog009 View Post
{{{ Nice site U have there }}}

Sure U can,

Best way 2 accomplish what U want is 2 split code...

Css info added in file {{{ mycss.css }}}, Next insert into headerincludes like this below...>
HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">


Html added into body of your forumhome or navbar template... Example below...>
HTML Code:
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr>
    <td><div id="navcontainer">
                        <ul id="navlist">
                                <!-- CSS Tabs -->
<li id="current"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></li>
<li><a href="/forums/arcade.php">Arcade</a></li>
<li><a href="/forums/articles.php">Articles</a></li>
<li><a href="/forums/">Chat</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/forums/">News</a></li>
<li><a href="/forums/sendmessage.php">Support</a></li>

                        </ul>
                </div></td>
  </tr>
</table>

Remember 2 add html code above table or tbody area where U want it 2 show up...

If U want it above navbar, add html code 2 navbar template at beginning...

Some call this Semi-hardcode...

Give it a go :up:


Hi thanks, i tried what you said but the nav bar ended up showing up like a list with the links next to a dot (like a list) going down.

I also tried to remove those lines appearing on the right and left but it didnt work either :\
Reply With Quote
  #115  
Old 08-23-2007, 04:13 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 puregraf View Post
Hi thanks, i tried what you said but the nav bar ended up showing up like a list with the links next to a dot (like a list) going down.

I also tried to remove those lines appearing on the right and left but it didnt work either :\

Looks cool,,,

You're almost there my friend, all U have 2 do is get rid of that line at bottom by changing code in css area here ...>>>

border-bottom:1px

Change to ZERO

Next,,,

Move your TAB down by changing your cellpadding or cellspacing in table area <<<...

Or,,,

Change PADDING in your css area ...>>>

padding-bottom:21px; <...{{{ change this here to to move down }}}

If U still have issues let me have temp access and I can fix 4 ya...


Give it a go
Reply With Quote
  #116  
Old 08-24-2007, 11:43 PM
puregraf's Avatar
puregraf puregraf is offline
 
Join Date: May 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey there! thank you i removed the line! but i am still running it using plugins, i turn my plugins off and the menu disapears. im trying to still figure out this <link rel="stylesheet" type="text/css" media="screen" href="mycss.css">

i added it to my headersinclude, but dont i need to edit this code? like the mycss.cc dont i need to name this something else?

i really suck at this css stuff its sad
Reply With Quote
  #117  
Old 08-25-2007, 11:49 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 puregraf View Post
hey there! thank you i removed the line! but i am still running it using plugins, i turn my plugins off and the menu disapears. im trying to still figure out this <link rel="stylesheet" type="text/css" media="screen" href="mycss.css">

i added it to my headersinclude, but dont i need to edit this code? like the mycss.cc dont i need to name this something else?

i really suck at this css stuff its sad

Puregraf it looks like U have the html code placed correctly, next create css file with css code in it...

U can call the file whatever you like, but first use a editor and cut and paste code and add 2 your new css file...


Css code is within these tags... <style>code is here in upper part of TAB you are using</style>

After cut and paste save file and name it, then insert name into code in headersinclude template...

HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
This will work without using plugin

give it a go:up:
Reply With Quote
  #118  
Old 08-25-2007, 07:03 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know if it's me or what, but I can't get it this to work. The tabs don't show up or the like.
Reply With Quote
  #119  
Old 08-25-2007, 10:56 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this looks so cool now. thanks for the update.
Reply With Quote
  #120  
Old 08-26-2007, 01:47 PM
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 Fungsten View Post
I don't know if it's me or what, but I can't get it this to work. The tabs don't show up or the like.
Fungsten, I can get it up and running 4 ya with temp access or tell me whats happening when U install it???

Im releasing 20 or more Custom Tabs today and if U like I can match one 2 your forums...

Gooden lucken

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

Quote:
Originally Posted by hornstar1337 View Post
this looks so cool now. thanks for the update.
Glad 2 see that most are getting aligned in order now...

L8ter
Reply With Quote
  #121  
Old 08-26-2007, 03:00 PM
y2krazy y2krazy is offline
 
Join Date: Jun 2003
Location: Houston, Texas
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very interesting mod. I will be installing this if you can implement a feature to make it to where it can be used in the MEMBERINFO template, with each member being able to add their own custom tabs to their profile. This will take a while, or maybe not, but I'm sure it will be well worth the work considering there's nothing like that on the market right now. Let me know if this is even possible! Thanks and keep up the good work!!
Reply With Quote
 

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 03:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04569 seconds
  • Memory Usage 2,322KB
  • 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_html
  • (7)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
  • (1)pagenav_pagelinkrel
  • (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