Page 1 of 1

Change name "Board Index"

Posted: 15 Apr 2010, 15:05
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"

Posted: 15 Apr 2010, 15:18
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',
?