No matter your chat version, the default message is defined in your
chat/localization/language(english)/localized.chat.php. Search for this line:
define("LWELCOMEMSG" 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("LWELCOMEMSG", "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:
How do I change the message that chatters see when they enter the room?
This also been answered here:
: https://sourceforge.net/projects/phpmychat/forums/forum/61285/topic/3475376
No matter your chat version, the default message is defined in your
chat/localization/language(english)/localized.chat.php. Search for this line:
define("LWELCOMEMSG" 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("LWELCOMEMSG", "My own
message");
All the best!
Ciprian M.
define("L_WELCOME_MSG", "My own message");
This it should have been up there...