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

Reply
 
Thread Tools
Extra Navigation Bar Without Any Plugin or Mod Details »»
Extra Navigation Bar Without Any Plugin or Mod
Version: 1.00, by XiTCLUB XiTCLUB is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.x Rating:
Released: 10-30-2010 Last Update: Never Installs: 13
 
No support by the author.

Hi,

Friendz I am Here with Another Beautiful Modification
No Template Modification, Plugins, Or Mods Needed!


Modification : Navigation Bar
Method : HTM, CSS
Demo : http://www.xitclub.com/forum.php?styleid=29 ( See Top Navbar )

Installation:

1: Upload Attached File "nav_style.css" to Your Forum Root
2: Add The Following Code in header Template at very Top

header template = Admincp > Styles & Templates > Style Manager > Your Template > Edit Templates > header
Code:
<html>
<head>
<link href="nav_style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="cnavbar">
    <center>
        <div id="cnavtabs" class="cnavtabs">
        
            <ul>
                <li><a href="Your URL">Link Text</a></li>
                <li><a href="Your URL">Link Text</a></li>
                <li><a href="Your URL">Link Text</a></li>
                <li><a href="Your URL">Link Text</a></li>
                <li><a href="Your URL">Link Text</a></li>
            </ul>
        
        </div>
    </center>
</div>
</body></html>
Template Edits
If you want to change Font Colors, Backgrounds etc here i am sharing detailed template edits
Open "nav_style.css" with Dreamweaver or Code Editor in cPanel
Now Do Following Steps

1: Change The Height & Width, Background Color of NavBar
Code:
.cnavbar
{
    width:100%;
    height:32px; ( Change Height Here )
    background-color:#150517; ( Change Background Color Here )
    border-bottom:1px solid #666;
}
#cnavtabs
{
    width:960px; ( Change width Here )
    height:100%;
}

2: Change Font Normal & Hover Color

Code:
.cnavtabs ul li a 
{ 
  display:block; float:left; 
  margin:0 5px; padding:7px 0;
  color:#FFF; ( Here You Change Font Color in Normal Position )
  font:normal 13px Arial, Helvetica, sans-serif; ( Change Font Style )
  text-decoration:none; 
  font-weight:bold; ( Change Font to Normal or Bold )
}
.cnavtabs ul li a:hover 
{
  text-decoration:none; 
  color:#4AA02C; ( This Will Change Font Color on Hover )
  background-color:#302217; ( This Will Change Tab Background Color on Hover )
}
hope this will work for you also
Mark "Installed" if Its Work

Download Now

File Type: zip nav_style.zip (470 Bytes, 135 views)

Show Your Support

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

Comments
  #12  
Old 07-30-2013, 05:06 PM
XtremeCrash's Avatar
XtremeCrash XtremeCrash is offline
 
Join Date: Oct 2005
Location: Missouri
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was wondering how we can adjust the nav bar?Like moving it to be center.I have it installed but it shows on the left at the very top.
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 04:25 PM.


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.04174 seconds
  • Memory Usage 2,225KB
  • Queries Executed 17 (?)
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_code
  • (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
  • (1)pagenav_pagelink
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_attachment
  • (2)postbit_onlinestatus
  • (2)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