command: //help

Last post 12-11-2004, 11:44 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  12-11-2004, 11:25 AM 2975

    command: //help

    I"m trying to edit the help file that users see when they click the help link, but cannot find where to edit this file.  Can anybody help and tell me where this is stored, and how I can edit the //help file?
     
    Thanks
  •  12-11-2004, 11:44 AM 2978 in reply to 2975

    Re: command: //help


    There is no help file .

    The help messages are stored as resource string ,

    you could add these two resource as you want :

    MsgHelpNormal
    MsgHelpModerator
     
    When you click the help button , CuteChat would send "/help" to server , and download these messages.
    If you want to popup a link , just need to change it to (sample code:) <a href="yourlink.html"><img src='help.gif'></a>
     
    Regards , Terry .
View as RSS news feed in XML