MyBB Community Forums

Full Version: Text editing help...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
does anybody know how i can edit the text above my top category that says the name of my forum? Here take a look: [Image: uZJRWj.png] the text in the middle.
Its breadcrumb. You can access it in ACP > templates > header Templates > header > <navigation> .
That's your forum's name. You can change it by going to Admin CP > Configurations > Settings > General Configuration > Board Name.
(2011-07-01, 06:36 PM)faviouz Wrote: [ -> ]That's your forum's name. You can change it by going to Admin CP > Configurations > Settings > General Configuration > Board Name.

thanks got it
But if you'd just like to change the name in the navigation, and not throughout the entire forum, you'll need to do this:

1. Open the global.php file.

2. In line 563, find:

$navbits[0]['name'] = $mybb->settings['bbname_orig'];

3. Change to:

$navbits[0]['name'] = "Example";