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
  #22  
Old 03-28-2009, 07:28 PM
forumsonsuz forumsonsuz is offline
 
Join Date: Apr 2007
Location: Turkey
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
Reply With Quote
  #23  
Old 03-29-2009, 01:50 PM
blackwolf062 blackwolf062 is offline
 
Join Date: Mar 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks installed works great.

for those who wanted different colours for buttons

although i only have one skin i change the button colours by using photo shop
Reply With Quote
  #24  
Old 03-29-2009, 02:40 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

right....but I have about 35 css defined skins on my site. Does that mean I need to have 35 .gif files and edit the mod in each skin to call up each different color?
Reply With Quote
  #25  
Old 03-30-2009, 12:53 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone know how I can kill the space under the tabs?
Reply With Quote
  #26  
Old 03-31-2009, 02:23 PM
JohorBahru JohorBahru is offline
 
Join Date: Jan 2009
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how to set it aligned with the right side instead of left side??
Reply With Quote
  #27  
Old 03-31-2009, 02:31 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JohorBahru View Post
how to set it aligned with the right side instead of left side??
edit the CSS, change "left" to "right"
that's what I did :up:
Reply With Quote
  #28  
Old 03-31-2009, 03:56 PM
JohorBahru JohorBahru is offline
 
Join Date: Jan 2009
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Loco.M View Post
edit the CSS, change "left" to "right"
that's what I did :up: but I would still like to move it to the left a few pixels
thank you
Reply With Quote
  #29  
Old 04-18-2009, 11:09 AM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seem to have a small problem with this in IE. Ive attatched a screenshot if anyone would be able to help!

Its the first tab, "Home" which dosent seem to display properly
Attached Images
File Type: png IE1.PNG (4.1 KB, 0 views)
Reply With Quote
  #30  
Old 04-18-2009, 01:31 PM
oskqqqq oskqqqq is offline
 
Join Date: Oct 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed but my active tab doesnt change.. pls help

this is my forum
Reply With Quote
  #31  
Old 04-18-2009, 06:07 PM
trickfly trickfly is offline
 
Join Date: Jan 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any screens or demo ?
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:33 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.04836 seconds
  • Memory Usage 2,359KB
  • 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
  • (2)bbcode_php
  • (2)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)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