MyBB Community Forums

Full Version: Remove forum title from index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i was wondering if it was possible to remove that forum title from the index page. I still want the page to be titled obviously but it not be displayed just above the first forum.
Do you mean in the breadcrumb or in the meta title?
You can edit the <title> tag in the index template
I want to remove the forum title from the breadcrumb yh.
You can edit that in the Header templates.
some more detail would be great.
Edit the template index in Index Templates and change the <title>
That will change the title of my page, i only want to remove the forum title from the breadcrumb
Try navigation templates nav bit, if you replace with the code below you will JUST have the board name

<div class="navigation">
{$nav}
</div>

Hope that helps