Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.patrick-watson.net
What have you done before the problem was there?
N.a.
What have you already tryed to solve the problem?
Searched this forum
Description and Message
Hi,
I wanna change the name of "Board Index" to "Forums" in the menu. I can't do this in the main_body.html. How do I do it?
Change "Board Index" to "Forum" in menu
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.
-
Topic author - Active Member
- Posts: 6
- Joined: 23. March 2009 21:21
-
- Former Team Member
- Posts: 625
- Joined: 19. January 2008 23:56
- phpBB.de User: thomas.d
- phpBB.com User: thomas.d
- Contact:
Re: Change "Board Index" to "Forum" in menu
Hi Christiaan,
this is a general phpBB3-question (since the portal is using the forum variable for this) ...
anyway ...
open
/root/language/*your_lang*/common.php
find
edit
according to your needs.
Please note that this will affect the look of your "Board Index" / "Forums"-Link all over your board.
this is a general phpBB3-question (since the portal is using the forum variable for this) ...
anyway ...
open
/root/language/*your_lang*/common.php
find
Code: Select all
'FORUM_INDEX' => 'Board index',
Code: Select all
Board index
Please note that this will affect the look of your "Board Index" / "Forums"-Link all over your board.
Viele Grüße
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
Thomas
Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |