PDA

View Full Version : remove something from navbar


maryx
03-27-2011, 03:26 PM
I have a tab I want to remove from the navbar, and I can't remember how I put it in! I used firebug and found this
<li><a class="navtab" href="http://www.myforum.com/forum.php#thistab">Tab I Want To Remove</a></li>

The tab I want to remove is next to the Home tab, but I couldn't find it in any templates by doing a template search.

I looked at the page source with the templates turned on, and there is no template associated with this line.

I did not put it in with the tab mod I have installed, it doesn't show up there.

So, where exactly do I go to remove this tab?

Thanks very much!!

Lynne
03-27-2011, 05:15 PM
Do a Search in Templates for "#thistab".

Are you sure you added it by modifying the template and not using a plugin?

maryx
03-27-2011, 06:04 PM
Thanks as always for your help! It was in a plug in. Duh!

Lynne
03-27-2011, 06:05 PM
A quick way to find out if it's a plugin is to just disable your plugins and see if the tab disappears.

Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);