Solved: 14 Years, 4 Months ago <navigation> Help
#1
Solved: 14 Years, 4 Months ago
Hi
At the start of the navigation breadcrumb is my board name, linked to my board url. I want to edit this so that instead of the link text being my board name, it says 'Home'. I've searched through the navigation templates and can't seem to find this code. Anyone know where it is?

Thank you.
#2
Solved: 14 Years, 4 Months ago
Hi,

It will actually require some core file editing. Download your global.php file to your desktop, and open it with a text editor such as wordpad. Next, use Ctrl+F to search for:

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

and replace it with:

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

Try that.
good u
#3
Solved: 14 Years, 4 Months ago
Thanks, that's just what I was looking for.


Forum Jump:


Users browsing this thread: 1 Guest(s)