Menu

changing the "Welcome to PHPOpenChat Install"

2004-05-16
2013-04-30
  • isaac_linux

    isaac_linux - 2004-05-16

    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.

     
    • Anonymous

      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.

       
      • Roger

        Roger - 2007-03-26

        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

         
        • Roger

          Roger - 2007-03-26

          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');

           
    • Anonymous

      Anonymous - 2004-06-06

      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)

       

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.