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" ?
Change name on Portal
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.
-
- Portal Professional
- Posts: 1960
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Change name on Portal
Hi,
search in root / language / your language / common.php:
replace:
search in root / language / your language / mods / lang_portal.php:
replace:
search in root / language / your language / common.php:
Code: Select all
'FORUM_INDEX' => 'Board index',
Code: Select all
'FORUM_INDEX' => 'Forum',
Code: Select all
'PORTAL' => 'Portal',
Code: Select all
'PORTAL' => 'Startpage',
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: Change name on Portal
Great thanks.