Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Please Register to get full access to the forums.
Post New Thread  Reply



3 links from elsewhere to this Post. Click to view. #1   08-25-2006, 06:39 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,014 Location: Topeka, KS
Clean up your Navbar -and- Add Homepage Links


This is a simple way to clean up your navbar.

Why clean it up? Well on most forums, very few members use the FAQ, Members list and Calender. So why clutter up the navbar with all those items.

My suggestion is to move them to the Quick Links drop down menu. This way, they are still available, but not taking up space on the navbar.

All this happens in your navbar template.


What your looking for first is this code:
Quote:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Delete that.


Now look for:
Quote:
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
And place this code below it.

Quote:
<tr><td class="vbmenu_option"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
<tr><td class="vbmenu_option"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td></tr>
Notice, we didnt only move it but we altered the code a little. We wrapped each link in <tr> </tr> tags and we changed vbmenu_control to vbmenu_option.


Now, lets add a homepage link to the navbar.

If your homepage is forumhome...

Look for this:

Quote:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
And below it place this:

Quote:
<td class="vbmenu_control"><a href="http://www.Your-Homepage-URL/">Home</a></td>
IF you have a homepage and a Forumhome (like this site has)...

Look for this:

Quote:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
And below it place this:

Quote:
<td class="vbmenu_control"><a href="http://www.Your-Homepage-URL/">Home</a></td>
<td class="vbmenu_control"><a href="http://www.Your-Forum-Home-Url">Forum</a></td>
Now, You can also add a Dynamic Home / Forums Link (If you use vBadvanced CMPS as your homepage)

Quote:
<if condition="THIS_SCRIPT == 'adv_index'">


<a href="$vboptions[bburl]?$session[sessionurl]">

Forums
<else />
<a href="$vboptions[homeurl]?$session[sessionurl]">
Home
</if>
:1appl:
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar

Last edited by Brandon; 10-26-2006 at 12:24 PM.
Quote   |  



#2   09-26-2006, 05:32 PM
brandondrury will become famous soon enough Join Date: Sep 2006 Posts: 50
Re: Clean up your Navbar -and- Add Homepage Links


Great little mod!

I've always hated the default vBulletin nav bar!

Thanks,
Brandon
Quote   |  



#3   09-26-2006, 09:07 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,014 Location: Topeka, KS
Re: Clean up your Navbar -and- Add Homepage Links


your welcome,

btw, there is a thanks button tooo

and great name you have
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#4   09-30-2006, 10:23 PM
Send a message via MSN to Greek76 Greek76 has a spectacular aura about Join Date: Sep 2006 Posts: 559 Location: NYC
Re: Clean up your Navbar -and- Add Homepage Links


I dont know if this is the appropriate thread but since it has to do with me adding a link to the nav bar Im giving it a shot.

I installed an awards mod which is great but I added the list to my navbar but for some reason when you click on the awards link on the nav bar images dont show up. But if you type the url and visit the images show. Any ideas?

For instance Ages of History - Awards you will see...

But if you visit here Ages of History and click on Awards on the navbar (you must choose blackout template to view that navbar) you will not see images.... Help? lol
--------------------
NY Forums

Last edited by Greek76; 07-04-2008 at 11:15 AM.
Quote   |  



#5   09-30-2006, 10:40 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,014 Location: Topeka, KS
Re: Clean up your Navbar -and- Add Homepage Links


I do not see awards link in the navbar on this page

Ages of History
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#6   09-30-2006, 10:41 PM
Send a message via MSN to Greek76 Greek76 has a spectacular aura about Join Date: Sep 2006 Posts: 559 Location: NYC
Re: Clean up your Navbar -and- Add Homepage Links


Quote:
Originally Posted by Brandon View Post
I do not see awards link in the navbar on this page

Ages of History
Its on the black out template.
--------------------
NY Forums
Quote   |  



#7   09-30-2006, 11:17 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,014 Location: Topeka, KS
Re: Clean up your Navbar -and- Add Homepage Links


take off the ///

right now its forum/awards.php/

make it forum/awards.php
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#8   10-01-2006, 04:37 PM
Send a message via MSN to Greek76 Greek76 has a spectacular aura about Join Date: Sep 2006 Posts: 559 Location: NYC
Re: Clean up your Navbar -and- Add Homepage Links


Its funny how one / can make the difference. Its working great Brandon your awesome.
--------------------
NY Forums
Quote   |  



#9   10-01-2006, 05:29 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 11,014 Location: Topeka, KS
Re: Clean up your Navbar -and- Add Homepage Links


yup, the / is so powerful
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Be sure to check out our latest Contest for a Custom Style.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#10   11-06-2006, 07:15 PM
Send a message via MSN to big-ah Send a message via Yahoo to big-ah Send a message via Skype™ to big-ah big-ah will become famous soon enough Join Date: Nov 2006 Posts: 28 Location: Errachidia-Morocco
Re: Clean up your Navbar -and- Add Homepage Links


i can't find this code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Tags
navbar, seo, vbulletin

Thread Tools
Display Modes

 
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
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://forum.vbulletinsetup.com/f7/clean-up-your-navbar-add-homepage-169.html
Posted By For Type Date
[HOW-TO] Clean up your navbar - AdminFusion This thread Refback 01-18-2007 02:48 AM
vBulletin Setup » Archives » A custom vBulletin Style has been added This thread Refback 09-03-2006 02:35 PM
vBulletin Setup » About This thread Refback 09-02-2006 12:44 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced Navbar Links harmor vBulletin Questions 13 10-16-2007 08:11 PM
Need help with GAZ & Advanced Navbar Links HotRodGyrl vBulletin Questions 12 10-01-2007 08:29 PM
CA Serenity (clean, web 2.0 design, vbadvanced support, many colors) CyberAlien vBulletin styles - 3.6.x 7 06-04-2007 06:12 AM
Adding links on top Navbar tdg911 vBulletin Questions 3 04-28-2007 08:29 AM


All times are GMT -6. The time now is 03:03 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions
vBulletin Skins, Styles, Templates, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory