sir,
how can i change the message and title of the home page of chat "welcome to PHPOpen chat installation" to anything .I tried many *.tpl files but can't find it out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-05-28
go into the config.inc.php :
where you see:
/*
* The name of your chat. Mostly used to label HTML-pages
*/
define('CHAT_NAME','PHPOpenChat');
change it to
/*
* The name of your chat. Mostly used to label HTML-pages
*/
define('TITLE','WhatEverYouWant');
"WhatEverYouWant" being the Title you want on your pages...
Hope that helps... it took me a little while to figure this one out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sir,
how can i change the message and title of the home page of chat "welcome to PHPOpen chat installation" to anything .I tried many *.tpl files but can't find it out.
go into the config.inc.php :
where you see:
/*
* The name of your chat. Mostly used to label HTML-pages
*/
define('CHAT_NAME','PHPOpenChat');
change it to
/*
* The name of your chat. Mostly used to label HTML-pages
*/
define('TITLE','WhatEverYouWant');
"WhatEverYouWant" being the Title you want on your pages...
Hope that helps... it took me a little while to figure this one out.
That does not seem to work. I think you need to do the same as in this link http://sourceforge.net/forum/message.php?msg_id=2605204 to change the page label
sorry for not elaborating. as per http://sourceforge.net/forum/message.php?msg_id=2605204 , open all those .inc files, and change the TITLE to what you want the title to be. in other words,
change
define('TITLE','PHPOpenChat');
to read
define('TITLE','Whatever you want as the page title');
no this person didnt mean the text on top of internet explorer but the message when staring up
your page above the login field
i found out how to remove it because i wanted it to be gone too
go to /httpdocs/openchat/include/languages
and change the welcome to PHP openchat
in every file thats in that folder (all languages)