No matter your chat version, the default message is defined in your
chat/localization/language(english)/localized.chat.php. Search for this line:
define("L_WELCOME_MSG"
and change it to your desire.
But depending on your chat version, if it's a plus one, it might be possible
to add your own definition in chat/localized/owner/owner.php like:
define("L_WELCOME_MSG", "My own message");
The advantage of the second approach is that your own message will be
displayed no matter the language your user is loging in with. In the first
case, only the English comers will see the personalized welcome message.
I hope this gives you a clue. All the best!
Ciprian M.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't figure out how to change the welcome message chatters see when they
enter the room.
No matter your chat version, the default message is defined in your
chat/localization/language(english)/localized.chat.php. Search for this line:
define("L_WELCOME_MSG"
and change it to your desire.
But depending on your chat version, if it's a plus one, it might be possible
to add your own definition in chat/localized/owner/owner.php like:
define("L_WELCOME_MSG", "My own message");
The advantage of the second approach is that your own message will be
displayed no matter the language your user is loging in with. In the first
case, only the English comers will see the personalized welcome message.
I hope this gives you a clue. All the best!
Ciprian M.
define("L_WELCOME_MSG", "My own message");
This it should have been up there...