Menu

Changing Welcome Message

Help
Candy
2009-12-01
2012-09-14
  • Candy

    Candy - 2009-12-01

    I can't figure out how to change the welcome message chatters see when they
    enter the room.

     
  • Ciprian Murariu

    Ciprian Murariu - 2009-12-01

    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.

     
  • Ciprian Murariu

    Ciprian Murariu - 2009-12-01

    define("L_WELCOME_MSG", "My own message");

    This it should have been up there...

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.