Change name "Board Index"

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

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.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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',
?
Locked