MyBB Community Forums

Full Version: Removing "Board Name" from main index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove the "Board Name" from showing in the main index but can't find the code for that. Is it possible to remove the "Board Name" from the main index but let it show on all other pages?

I have already tried going into ACP-->General Configuration and removing the title in the Board Name section. But doing so removes the name from all the pages. I want to remove it only from the main index but let it show on all inner pages for easy exit to the main index.
You could try using Yumi's PHP in templates plugin and changing the nav_bit to the code below:

<div class="navigation">
<if THIS_SCRIPT=='index.php' then><else>
{$activesep}{$nav}{$activesep}{$activebit}
</div></if>

http://mybbhacks.zingaburga.com/showthread.php?tid=260