MyBB Community Forums

Full Version: How can I get rid of this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys how can I get rid of the text: Yoursite.com-forums from the top of the page on the index. I only want to remove it from the index page.

This is what I want to get rid of from the index page only:
[attachment=6561]

Any help will be appreciated.
Kind regards.
Go into ACP > Modify Templates > choose your template set > go into the header template > find <navigation> > remove it
Then you won't have any navigation at all, cause the header template appears on every page =P
you have to edit index.php to remove the nav from the forum home ONLY
Jag100 Wrote:you have to edit index.php to remove the nav from the forum home ONLY

There isn't any "add_breadcrumb" in index.php, so aint possible =P
It probably can be done by editing build_breadcrumb() function in inc/functions.php .