Re: Diable Private Messages

  •  09-03-2004, 9:39 AM

    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 Complete Thread