Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
How to Change "Portal" to display "Home
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Active Member
- Posts: 6
- Joined: 24. April 2010 08:50
- phpBB.de User: mitchboy999
- phpBB.com User: mitchboy999
Re: How to Change "Portal" to display "Home
Open
Find:
Replace With:
Hope i helped,
mitchboy999
Code: Select all
root\language\en\mods\lang_portal.php
Code: Select all
'PORTAL' => 'Portal',
Code: Select all
'PORTAL' => 'Home',
mitchboy999