MyBB Community Forums

Full Version: Nav bar help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The nav bar that says like,

Mybb Community Fourms / mybb 1.6 Forums/ mybb 1.6 general support

the very first part Mybb Community forums. How do you change that link. I have renamed my index.php to forums.php and would like to have the very first part go to forums.php and not have the index.php redirect you to the portal.php like it is doing right now.
Templates > Your Theme > Navigation Templates > nav.

Find:
<a href="{$mybb->settings['bburl']}/index.php"
Replace with:
<a href="{$mybb->settings['bburl']}/forums.php"
<center><ul id="breadcrumb">
<li><a href="forums.php" title="Home"><img src="images/gamer/home_bread.png" alt="Home" class="home" /></a></li>
{$nav}{$activebit}
</ul>
</center>

the image of the home works just fine. Its after that that says The World//R:2 that goes to the portal...

Also the default theme only has this
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>