Page 1 of 1

Rename "Portal" at Browser Title Bar

Posted: 22. May 2010 08:53
by sawi
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
Image

Re: Rename "Portal" at Browser Title Bar

Posted: 22. May 2010 13:46
by mitchboy999
Open

Code: Select all

root\language\en\mods\lang_portal.php
Find:

Code: Select all

	'PORTAL'				=> 'Portal',
Replace With:

Code: Select all

	'PORTAL'				=> 'Home',
Tell me if that worked.

mitchboy999

Re: Rename "Portal" at Browser Title Bar

Posted: 22. May 2010 17:55
by sawi
yes that's work very well, thanks a lot :)