Diable Private Messages

Last post 09-03-2004, 9:39 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  09-03-2004, 8:32 AM 1701

    Diable Private Messages

    Is it possible to disable private messages between users?  We want the rooms to be properly "supervised".
  •  09-03-2004, 9:39 AM 1708 in reply to 1701

    Re: Diable Private Messages

     
    Currently we don't have any property to configurate this .
     
    If you want to disabled it , the best way is open the 'Chat.js.aspx'
     
    find the function :
     
    function UI_AttachUser(element)
    {
        element.isuserelement=true;
        element.runtimeStyle.cursor='hand';
        element.attachEvent('onclick',ShowUserMenu);
    }
     
    and clear the content as :
    function UI_AttachUser(element)
    {
    }
     
    Regards , Terry .
View as RSS news feed in XML