MyBB Community Forums

Full Version: cant find this in nav templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to get rid of the second "notification" link encircled in the screenshot i provided. The first one being the one above the circle is the location i want it located in the header_welcomeblock_member template.

The second...i cannot find in the templates to remove its variable at all. I assumed it would be in the navigation templates as its in the navbit field...but i dont see anything there at all. 

nav
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
navbit
<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}
navbit_active
<span class="active">{$navbit['name']}</span>
nav_dropdown
 <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}
nav_sep
&rsaquo;
nav_sep_active
<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />



The variable that i am looking for to remove is 
			<li>{$proactivity}</li>
but i cant find it in the templates shown on the screenshot?

The templates do not have a search option such as search for keyword "proactivity" in any of the templates and get a list of templates like 
grep -r "proactivity"
there is an option to find and replace which i dont want to replace all...and then there is an option to find templates, which i can see the proactivty template, but i also dont want to change that...i jsut want to remove that extra varaible that is location somewhere in the templates encircled.
Right click on the page to view source, and try to see in which template the 2nd instance is being called.