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
EASY - Better Looking Site Navigation Bar Details »»
EASY - Better Looking Site Navigation Bar
Version: 1.00, by soulnothing soulnothing is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.4 Rating:
Released: 12-30-2009 Last Update: Never Installs: 18
Template Edits
 
No support by the author.



First go to vBa CMPS> Add Module> Template Module

Module Title - Site Nav
Active - Yes
Template to incude - site_nav
Style - Highlight Your Style
Template Content - (This is just an example of one if you want a full list. then download the text file)
Code:
<tr><td class="alt2">
<table border="1" cellspacing="0" cellpadding="3" width="184" class="portalnav">
<thead><tr><td class="tcat" colspan="2"><center>Your Header</center></td></thead>
<tr><td bgcolor="#f2f0f0" width="100%" onclick="window.location='http://www.Your-Website- URL.org'" style="cursor:pointer; background-color:#f2f0f0" onmouseover="this.style.backgroundColor='#e8e8e8';" onmouseout="this.style.backgroundColor='#f2f0f0';"><span class="portalnav"><img hspace="4" src="http://www.Your-Icon-Url.com/image.png" width="16" height="16" border="0" align="top">Home</span></td></tr></table>
Everything in red you will need to change to what you want it to say and your URLs.
Everything in blue you will need to put what color you want.
In Pink is the width size... you may wanta play around with it a little to set it to your likings or just change it to width="100%"
</table> needs to stay at the very end of your code.
The header colors will be according to what you have on your CSS style sheet.
To edit that you got to Styles & templates> Style Manager> "YOUR STYLE" and select Main CSS in your drop down box. Then find Category Strips... Background will be the color you want to change.



to edit this go to Styles and templates> Style Manger > "YOUR STYLE" and select edit templates in your drop down box. Then look for adv_portal_site_nav and double click it (should be up top)



Demos: www.extreme-gamers.org
Unofficial Demo: http://nextgenerationgamers.co.uk/

Please Mark as Installed if You Use This

Mod Made By: JarHeaD

Download Now

File Type: txt site_nav_example_code.txt (8.7 KB, 107 views)

Show Your Support

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

Comments
  #2  
Old 12-31-2009, 12:22 AM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved........................
Reply With Quote
  #3  
Old 12-31-2009, 04:05 AM
Frank Sinatra's Avatar
Frank Sinatra Frank Sinatra is offline
 
Join Date: Nov 2008
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks looks nice, lets try it
Reply With Quote
  #4  
Old 12-31-2009, 08:54 AM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
Reply With Quote
  #5  
Old 12-31-2009, 09:26 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great mod mate cheers, just 1 thing ? how do i make the text blacker or darker ? check my site to see, just editing it slowly
Reply With Quote
  #6  
Old 12-31-2009, 01:53 PM
NAZIA's Avatar
NAZIA NAZIA is offline
 
Join Date: Feb 2008
Location: Multan Pakistan
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved.. tagging this mod
Reply With Quote
  #7  
Old 12-31-2009, 07:41 PM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by betts02 View Post
great mod mate cheers, just 1 thing ? how do i make the text blacker or darker ? check my site to see, just editing it slowly
well the font color is gonna be according to what your default is but you can make it bold or whatever color with simple html around the header names or button names
example of makin it bold

Code:
<tr><td bgcolor="#f2f0f0" width="100%" onclick="window.location='http://www.your-page.org'" style="cursor:pointer; background-color:#f2f0f0" onmouseover="this.style.backgroundColor='#e8e8e8';" onmouseout="this.style.backgroundColor='#f2f0f0';"><span class="portalnav"><img hspace="4" src="http://your-image.com" width="16" height="16" border="0" align="top"><b>Home</b></span></td></tr>
if you dont know much about html .. you can google it and find out the color codes and html codes for color

edit: ok yeah i went to your page and its using your default text color soo all you need to do is add <font color="000000">Home</font> for example on the first button....
and please dont use the exact same icons lol i dont mine u usin some of them but the exact same thing is a lil odd lol
Reply With Quote
  #8  
Old 12-31-2009, 09:08 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the icons will be coming off mate, just edited some link tops to see it working, most of the images dont work with what i need anyway mate and personally i wont use any images

thanks for the reply
Reply With Quote
  #9  
Old 12-31-2009, 10:20 PM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no problem ... did you understand what i was meaning by the font color???
Reply With Quote
  #10  
Old 01-01-2010, 03:41 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice thank you. Is it possible for the background to take on the color from different styles? I have some light and dark styles. Thank you.
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:29 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.04470 seconds
  • Memory Usage 2,320KB
  • 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
  • (2)bbcode_code
  • (1)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