Log in

View Full Version : How can I remove or modify the "Home" button in the navigation bar (navbar)


italcro
02-28-2010, 06:10 AM
How can I remove or modify the "Home" button in the navigation bar (navbar)

Hi everyone

I really hope that someone can help me in this forum.

I need to either remove the "Home" button in the navigation bar (the one beside "Forum", "Blogs" and "What's new") or href it to some other page.
I have searched everywhere for the HTML markup below (which I have copied and pasted after clicking View ==> Source in the web browser)

<divid="navbar" class="navbar">
<ulid="navtabs" class="navtabs floatcontainer">

<li><aclass="navtab" href="content.php?">Home</a></li>

<liclass="selected"><aclass="navtab" href="forum.php?">Forum</a>

<ulclass="floatcontainer">

but I have been unable to find it.

Can anyone please tell me where I can find this HTML markup, so that I can modify it according to my own requirements?

Kind regards

Italcro

DaRK mAN306
02-28-2010, 08:29 AM
Hello there italcro,

I believe that you want to know which template controls the Navigation "HOME Button" .!
Well, that would be the "vbcms_navbar_link" template ..

If you want explanation, you can take a look at these steps:
First of all, sign into your Admin CP ..
Then, go to "Styles & Templates >> Style Manager" ..
After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
Then, Expand the template groups and look for "vbcms_navbar_link" template and edit it ..
To modify the button you can just edit what you want in the template and to remove it you can just clear all the codes in the template .!
Once you finish editing, "Save" the template and go check out your site ..That's it .. I hope that this helps you out .!

italcro
02-28-2010, 08:59 AM
Hello there italcro,

I believe that you want to know which template controls the Navigation "HOME Button" .!
Well, that would be the "vbcms_navbar_link" template ..

If you want explanation, you can take a look at these steps:
First of all, sign into your Admin CP ..
Then, go to "Styles & Templates >> Style Manager" ..
After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
Then, Expand the template groups and look for "vbcms_navbar_link" template and edit it ..
To modify the button you can just edit what you want in the template and to remove it you can just clear all the codes in the template .!
Once you finish editing, "Save" the template and go check out your site ..That's it .. I hope that this helps you out .!

Yes, it worked.

:up::up:DaRKmAM306, thanks a million !!!!! :up::up:

rider3160
03-10-2010, 07:05 PM
how do you remove the blog button

Lynne
03-10-2010, 10:02 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=234220" target="_blank">[HOW TO - vB4] Remove the vB Default Navtabs</a>