Search This Blog

03 July, 2011

how to change the "index page" title for the phpbb3 forum

To change  'Index Page' title in phpBB3 forum.
Please ensure you make backup copies for safety

Change 'Index Page' title in phpBB3
1. Edit the file /language/en_us/common.php, depending on the language you selected
2. Find the string : 'INDEX' => 'Index page',
3. Change 'Index page' to the title you want, say 'My Forum'

Thats all

No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...