Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://jomtenet.com
What have you done before the problem was there?
Nothing Problem, just to make some original change
What have you already tryed to solve the problem?
I already chage Portal to Home at language/en/mods/lang_portal.php
Description and Message
Hi all
how can i change browser tittle, when we go to Portal, browser title will display "Home - Mozilla Firefox"
so how can i mod to change that title display at the browser to anything i want.
image for example
Rename "Portal" at Browser Title Bar
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: Rename "Portal" at Browser Title Bar
Open
Find:
Replace With:
Tell me if that worked.
mitchboy999
Code: Select all
root\language\en\mods\lang_portal.php
Code: Select all
'PORTAL' => 'Portal',
Code: Select all
'PORTAL' => 'Home',
mitchboy999
Re: Rename "Portal" at Browser Title Bar
yes that's work very well, thanks a lot