MyBB Community Forums

Full Version: How to remove this section from mybb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove this section from all pages

[Image: pJOUajY.png]

How do I do that?
Can You Please Share Your Web Address? Smile

As i searched it would be in your "Header Templates"!

If you Go into Your "ACP" Than Click on Your Themes Templates and in "Header"

You will have to search for word "Portal" and it can be in such kind of codes:

For Example:

Completely Remove this Line from Your Header:

		<div class="cabecera_recuadro4">
				<a href="http://www.YourWebsiteMysterious.com"><img src="images/Mysterious/portal.png" alt="Portal" /> </a>
		</li>	
And Job has been Done! Blush Angel
U want remove navigation?
Go to templates -> header - templates -> header and remove <navigation>
and that navigation panel [Breadcrumb (navigation)] is much useful for the users !
It's not the navigation. It's what shows up between the header and the page content. I can't find it in Header Templates -> header
It that breadcrumbs? It shows the site title and the page title.

I dislike it and it has a bugged image for some reason?

Or is it this line in portal header: <li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">{$lang->toplinks_portal}</a></li>
Quote:It's not the navigation.
Yes it's a part of navigation (breadcrumb). For example look at this forum.
U can't remove only one part of this breadcrumb.
Found it.
It's <Navigation> in header templates.