Re: Disabling Whisper function

  •  06-17-2011, 2:16 PM

    Re: Disabling Whisper function

    Dear RafalL,
     
    If you want to disable whisper feature,  please open "CuteSoft_Client\CuteChat\Channel.aspx
    Change:
     <td>
             <input type="checkbox" id="checkbox_whisper" onchange="SetWhisper(this.checked);" style="" />
     </td>
     <td>
            <label id="label_whisper" for="checkbox_whisper">[[UI_Whisper]]</label>
      </td>
     
    to
     
     <td style="display:none">
             <input type="checkbox" id="checkbox_whisper" onchange="SetWhisper(this.checked);" style="" />
            </td>
            <td  style="display:none">
             <label id="label_whisper" for="checkbox_whisper">[[UI_Whisper]]</label>
            </td>
     
    Thanks for asking
     
     
View Complete Thread