MyBB Community Forums

Full Version: Change the forum breadcrum link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a new homepage, so i've disabled proportal. Here is an image:

[Image: gz0kmQQ.png]

So where you see that link, that goes to index.php, but i want to change that link to forums.php

WEBSITE:

http://perfectionx.org
In global.php, which is in your forum root, change:
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
to:
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/forums.php";
Oh thank you, I will see if this works.

I'll get back to you <3.

Thank you very much sir, this worked.

Here have a +1rep and a kiss from me.