I have entered my website name in the config.inc.php file for CHAT_NAME but it does not show it as the page name on the top of my browser (i.e. page label), instead it just PHPOpenChat
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have entered my website name in the config.inc.php file for CHAT_NAME but it does not show it as the page name on the top of my browser (i.e. page label), instead it just PHPOpenChat
go to /pathto/openchat/include/languages
and change the define('TITLE','PHPOpenChat')
in every file thats in that folder (all languages)
in other words, in each of the language files in that folder,
change
define('TITLE','PHPOpenChat');
to read
define('TITLE','Whatever you want as the page title');