MyBB Community Forums

Full Version: Changing Portal and Forum Index text.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

For one of my boards, I made portal.php into index.php and stuck it in the root directory... which works fine, but... where do I go to get rid of the "/ Portal" text on the portal page and change it into "/ Main"... and then add "/ Forum" text to the /forum/index.php page?

I've included a basic attachment to illustrate what I'm talking about...
Disregard the color differences/etc. I just used the MyBB texts as an example.

Sorry if this was covered elsewhere.
I searched dozens of portal topics but failed to see anything about it. There are just too many, though, to go through them all.

Any help will be appreciated.
Change the value of $l['nav_portal'] inside portal.lang.php for your particular language.
That worked for the Portal. Thank you! Wink
Now where do I go to add "/ Forum" to /forum/index.php? Is it in index.lang.php? If so, I'm assuming I need to add some code or whatnot, because I don't see an equivalent to what was changed in portal.lang.php

Appreciate the help.
Go to index.php
Find:
$lang->load("index");
add under:
addnav("Index", "index.php");
Perfect.
Big thanks to you and laie_techie. Big Grin