Page 1 of 1

Change "Board Index" to "Forum" in menu

Posted: 23. March 2009 21:23
by Christiaan
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?

Re: Change "Board Index" to "Forum" in menu

Posted: 23. March 2009 22:08
by thomas.d
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

Code: Select all

	'FORUM_INDEX'			=> 'Board index',
edit

Code: Select all

Board index
according to your needs.

Please note that this will affect the look of your "Board Index" / "Forums"-Link all over your board.