MyBB Community Forums

Full Version: Change Breadcrumbs to read "Home"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like the first breadcrumb to read "Home" instead of using the forum's name as one of the categories is the same name as the forum, it is confusing people to have two breadcrumbs with the same name next to each other.

I originally just changed the forum name to "Home" but I found that causes more problems than it is worth.

I'm willing to edit core files if needed.
Thanks in advance.
You need to edit global.php to do this.

In global.php, find:

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

Replace with:

$navbits[0]['name'] = 'Home';

Hope this helps! Smile.
Thank you very much this is exactly what i was looking for!
(2012-04-17, 08:53 AM)lackHat Wrote: [ -> ]...
Where to find global.php file?

Its in the root of your MyBB forum.
Its either:

yourdomain.com/forum/global.php (or how your mybb folder is called on the host)

or

yourdomain.com/global.php