PHPBB3 - how to change "index page" title

all kinds of tutorials and guides. how, where, why, step-by-step stuff and more. also support for those tutorials and guides. ONLY post step-by-step guides/tutorials here OR reply with question if you have any.
Post Reply
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

PHPBB3 - how to change "index page" title

Post by Sethioz »

1. open common.php with notepad++ (any text editor will do or dreamweaver) located in

Code: Select all

/forum_path/language/en/common.php
2. find the following line:

Code: Select all

	'INDEX'						=> 'Index page',
3. change 'Index page' to whatever you like

NOTE - do not touch any other "index" related text strings
Post Reply