Change name on Portal

Current Version: 1.0.6
Released: 09.01.10
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.
Locked

Topic author
lunapark
Active Member
Posts: 4
Joined: 22. August 2008 19:11

Change name on Portal

Post by lunapark »

Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.gags.dk

What have you done before the problem was there?


What have you already tryed to solve the problem?
In the menu below overallheader there is a path that shows which page you're on.

F.ex.
Portal >> Boardindeks < Forum1

How do I change theese 2 words, so "Portal" are called "Startpage" and "Boardindeks" are called "Forum" ?


Description and Message
In the menu below overallheader there is a path that shows which page you're on.

F.ex.
Portal >> Boardindeks < Forum1

How do I change theese 2 words, so "Portal" are called "Startpage" and "Boardindeks" are called "Forum" ?
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Change name on Portal

Post by archivar »

Hi,
search in root / language / your language / common.php:

Code: Select all

'FORUM_INDEX'			=> 'Board index',
replace:

Code: Select all

'FORUM_INDEX'			=> 'Forum',
search in root / language / your language / mods / lang_portal.php:

Code: Select all

'PORTAL'				=> 'Portal',
replace:

Code: Select all

'PORTAL'				=> 'Startpage',
V.G. archivar
sorry for my bad english

Topic author
lunapark
Active Member
Posts: 4
Joined: 22. August 2008 19:11

Re: Change name on Portal

Post by lunapark »

Great thanks.
Locked

Return to “board3 Portal 1.0.x - English Support”