MyBB Community Forums

Full Version: Help Please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering how do I get rid of the nav tree. (Look at pic)

[Image: help1.jpg]
search templates for breadcrumb
I couldn't find it. Could you do like admincp > templates> whatever. Or something please
I found it.

It's in Admin CP > Templates > *Your Template Set* > header

Down at the bottom, find this:
<div id="content">
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br class="clear" />
And remove this code from there:
<navigation>

This will remove it on all pages, also.
Ok found it thanks it worked.
No problem, glad to help. Smile