MyBB Community Forums

Full Version: [Tutorial] How to change Portal to Home on portal page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. Open the file portal.lang.php in Notepad or other similarly appropriate text editor program. It is located in the following directory of your MyBB forum installation:

/forum/inc/languages/english/

2. Find the following line in portal.lang.php:

$l['nav_portal'] = "Portal";

3. Change that line to the following:

$l['nav_portal'] = "Home";

4. Save your changes.

5. Upload the changed portal.lang.php file to /forum/inc/languages/english/ and overwrite the existing portal.lang.php file located there.

6. You are done. That completes this tutorial.
You copying my tutorial, or trying to make the link of the portal to say "Home"? 'Cause there's an easier way to do this.
No, not intentionally copying or duplicating it, anyway. I was trying to search for the answer that day, and couldn't find it, despite several forum searches. So, i figured that I would type up a quick tutorial, once I figured it out.

If there's already a tutorial on it,t hen the admins can feel free to delete this tutorial thread.