2017-01-14, 09:59 PM
(This post was last modified: 2017-01-16, 10:58 PM by Nicole-Studios.)
I've gotten to the point that I can change the nav bit names in most places, like I've changed Help Docs to Guides and Portal to Home.
BUTTTT for the life of me I can't find information on how to change on the index page to say:
Board Name > Forums
I looked in the index.lang and tried to add this in the top but it doesn't change anything:
Update, along with the above, I added this to index.php:
So the index now shows that there is a bread crum BUT there is not name of 'Forums' behind it.
BUTTTT for the life of me I can't find information on how to change on the index page to say:
Board Name > Forums
I looked in the index.lang and tried to add this in the top but it doesn't change anything:
$l['nav_index'] = "Forums";
Update, along with the above, I added this to index.php:
add_breadcrumb($lang->nav_index, "index.php");
So the index now shows that there is a bread crum BUT there is not name of 'Forums' behind it.