vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Display Enhancements - Extra Navigation Bar Without Any Plugin or Mod (https://vborg.vbsupport.ru/showthread.php?t=252923)

XiTCLUB 10-30-2010 10:00 PM

Extra Navigation Bar Without Any Plugin or Mod
 
1 Attachment(s)
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

sulasno 10-31-2010 10:15 AM

tagged and thanks

COL NIL SATIS 10-31-2010 01:28 PM

tagged

YankForum 10-31-2010 02:20 PM

how it looks ?

sulasno 10-31-2010 02:32 PM

I saw it on the Site

I wish enhancements to the Fonts; eg bold, colour could be included

XiTCLUB 10-31-2010 03:37 PM

Quote:

Originally Posted by sulasno (Post 2116375)
I saw it on the Site

I wish enhancements to the Fonts; eg bold, colour could be included

You can change Everything in "nav_style.css"

sulasno 11-01-2010 01:22 AM

thanks

I downloaded nav_style.css

just another suggestion;
could you include your template edits as a text file in your zip file ?

XiTCLUB 11-01-2010 08:38 AM

Quote:

Originally Posted by sulasno (Post 2116596)
thanks

I downloaded nav_style.css

just another suggestion;
could you include your template edits as a text file in your zip file ?


I have Updated Mode Change anything in your ways

kfyonur 01-03-2011 03:11 PM

Thanx it is very useful.

XiTCLUB 02-01-2011 05:43 PM

yes it is.. :)


All times are GMT. The time now is 11:21 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.01129 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete