Change name "Board Index"

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Change name "Board Index"

Post by heredia21 »

How can I change the name "Board Index". I followed other steps earlier which went to language/en/common/php and edit the name. The name does change the way I want it to but I get a header message up on top. So maybe I am doing something wrong.

Re: Change name "Board Index"

Post by cisco007 »

you must be doing something wrong, cause i change that all the time without errors!

is this what you changed

Code: Select all

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

Code: Select all

	'FORUM_INDEX'			=> 'New Name',
?