Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

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
  #2  
Old 03-22-2009, 12:06 PM
DanTHEGREAT's Avatar
DanTHEGREAT DanTHEGREAT is offline
 
Join Date: Oct 2008
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What does this mod actually do?
Reply With Quote
  #3  
Old 03-22-2009, 12:23 PM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think what it does is fairly obvious. It is a form of navigation.
________
THE CIGAR BOSS
Reply With Quote
  #4  
Old 03-22-2009, 01:06 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a demo to see the functionality of the tabbed approach?
Reply With Quote
  #5  
Old 03-22-2009, 02:04 PM
c.c. c.c. is offline
 
Join Date: Jan 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are the tabs below the logo at the top of the page? I've been trying to find this mod forever. An example as what I'm looking for is the tabs that vbulletin.org has on top of their page. does this mod do that????

i would like to add tabs on top of my page.


www.highdefjunkies.com
Reply With Quote
  #6  
Old 03-22-2009, 09:22 PM
vibedream vibedream is offline
 
Join Date: Dec 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by c.c. View Post
Are the tabs below the logo at the top of the page? I've been trying to find this mod forever. An example as what I'm looking for is the tabs that vbulletin.org has on top of their page. does this mod do that????

i would like to add tabs on top of my page.


www.highdefjunkies.com
http://vibe.vn/members/shine/albums/...2760-demos.png


header template find :
PHP Code:
<!--/ logo --> 
add :
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
If you want add to above navbar, navbar template find :
PHP Code:
<!-- / breadcrumbloginpm info --> 
add bellow

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
Change ur link.
Reply With Quote
  #7  
Old 03-22-2009, 09:39 PM
c.c. c.c. is offline
 
Join Date: Jan 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's what I'm looking for thanks man!
Reply With Quote
  #8  
Old 03-22-2009, 09:39 PM
tipu sulthan tipu sulthan is offline
 
Join Date: May 2008
Location: BharatTerminal
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look like good
Reply With Quote
  #9  
Old 03-22-2009, 09:40 PM
c.c. c.c. is offline
 
Join Date: Jan 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by c.c. View Post
That's what I'm looking for thanks man!
I use VBadvanced, so do I need to make any changes with those templates?
Reply With Quote
  #10  
Old 03-22-2009, 10:21 PM
vibedream vibedream is offline
 
Join Date: Dec 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by c.c. View Post
I use VBadvanced, so do I need to make any changes with those templates?
No problem, or header or navbar
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 11:00 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.05352 seconds
  • Memory Usage 2,372KB
  • Queries Executed 24 (?)
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
  • (6)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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