MyBB Community Forums

Full Version: Replacing the link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, how can i replace the link to my forum index what .php file should i modify?

see attach image.
In your Admin CP you'll want to change your board settings. Whatever your forum title is will display there.

EDIT: Oh, to actually change the link and not the text you will need to edit a template... not sure which one right now but do into the Admin CP and then go to the Themes and Templates area to start your search.
global.php
// Add our main parts to the navigation
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";