Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Another Forum Tabs Details »»
Another Forum Tabs
Version: 1.00, by vibedream vibedream is offline
Developer Last Online: Sep 2009 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.1 Rating:
Released: 03-21-2009 Last Update: Never Installs: 64
Template Edits
 
No support by the author.

Another Forum Tabs
http://vibe.vn/photo/u1a205p2725/tab.png

Installtion

- Upload vibetab.gif to images/
- Edit template / Additional CSS Definitions add :

PHP Code:
#vibetab
{
    
margin:5px 0 0 0px;
    
height:29px;
    
font-weight:bold;
}
#vibetab a
{
    
color:white;
    
background:url(../images/vibetab.gif00no-repeat;
    
text-decorationnone;
    
padding-left6px;
    
margin:0;
    
height:29px;
    
outline:0;
}
#vibetab a span
{
    
backgroundurl(../images/vibetab.gif1000no-repeat;
    
padding9px 12px 0 4px;
    
height:29px;
    
cursorpointer;
}
#vibetab a, #vibetab a span
{
    
displayblock;
    
floatleft;
}
#vibetab a#active_menutopnav
{
    
colorblack;
    
background:url(../images/vibetab.gif044no-repeat;
}
#vibetab a#active_menutopnav span
{
    
backgroundurl(../images/vibetab.gif10050no-repeat;
}
#vibetab a:hover
{
    
colorwhite;
    
background:url(../images/vibetab.gif089no-repeat;
}
#vibetab a:hover span
{
    
backgroundurl(../images/vibetab.gif100100no-repeat;
}

#vibetab ul
{
    list-
stylenone;
    
padding0;
    
margin0;
}
#vibetab li
{
    
floatleft;
    
margin0;

Add to template you want :

PHP Code:
    <div id="vibetab">
    <
ul>
    <
li><a href="#" id="active_menutopnav"><span>Portal</span></a></li>
    <
li><a href="#"><span>Forum</span></a></li>
    <
li><a href="#"><span>Article</span></a></li>
    <
li><a href="#"><span>Mods</span></a></li>
    <
li><a href="#"><span>Styles</span></a></li>
    <
li><a href="#"><span>Graphic</span></a></li>
    <
li><a href="#"><span>Page 1</span></a></li>
    <
li><a href="#"><span>Page 2</span></a></li>
    <
li><a href="#"><span>Page 3</span></a></li>
    </
ul>
    </
div

Download Now

File Type: zip vibetab.zip (7.9 KB, 612 views)

Show Your Support

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

Comments
  #12  
Old 03-23-2009, 12:14 PM
c.c. c.c. is offline
 
Join Date: Jan 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you change the colors to fit your site. The green doesn't really mesh with my site.
Reply With Quote
  #13  
Old 03-23-2009, 01:46 PM
Jasem's Avatar
Jasem Jasem is offline
 
Join Date: Feb 2006
Location: www.menokia.com
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good work, thank you......

Installed
Reply With Quote
  #14  
Old 03-23-2009, 04:11 PM
vibedream vibedream is offline
 
Join Date: Dec 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by c.c. View Post
How do you change the colors to fit your site. The green doesn't really mesh with my site.
You need change green to white like active .
PHP Code:
#vibetab a:hover
{
    
colorwhite;
    
background:url(../images/vibetab.gif044no-repeat;

Reply With Quote
  #15  
Old 03-23-2009, 04:36 PM
c.c. c.c. is offline
 
Join Date: Jan 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't look that bad at all...

www.highdefjunkies.com
Reply With Quote
  #16  
Old 03-24-2009, 06:19 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to allow CSS to define the colors of the tab images instead of having to use the default .gif file? I have about 35 css defined skins on my site.
Reply With Quote
  #17  
Old 03-24-2009, 07:10 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like it.
Reply With Quote
  #18  
Old 03-24-2009, 12:36 PM
c.c. c.c. is offline
 
Join Date: Jan 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
Is there a way to allow CSS to define the colors of the tab images instead of having to use the default .gif file? I have about 35 css defined skins on my site.
That would be huge for me also. I tried to change the colors of the gif but couldn't get the colors rights.
Reply With Quote
  #19  
Old 03-28-2009, 03:06 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
Is there a way to allow CSS to define the colors of the tab images instead of having to use the default .gif file? I have about 35 css defined skins on my site.
Just wondering if the author or anyone else knew the answer to this.
Reply With Quote
  #20  
Old 03-28-2009, 05:57 AM
Macs Macs is offline
 
Join Date: Feb 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this would be great if it could be done as a auto template for us not so hot on editing templates im sure many people are looking for a mod like this
Reply With Quote
  #21  
Old 03-28-2009, 07:20 PM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic add on! Thank you!

Ive currently got this on top of the navbar - would there be an easy way to allign this in the center of the navbar?
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 06:04 AM.


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.05571 seconds
  • Memory Usage 2,361KB
  • 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
  • (3)bbcode_php
  • (3)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
  • (3)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
  • (1)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
  • 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_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