Re: Diabling "add contact" button or configuring anything in XML file not working

  •  11-15-2012, 6:23 AM

    Re: Diabling "add contact" button or configuring anything in XML file not working

    Hi PeterGregory ,

     

    Please try the way below.

     

    1. Open file  "CuteSoft_Client\CuteChat\NewMessengerMain.htm"

     

    2. Find section below

     

     

                <td nowrap valign="bottom">
                                        <div class="MessengerSmallButton" title="[[UI_MENU_AddContact]]" hoverclass="MessengerSmallButtonHover"
                                              onclick="CuteChatMessenger.BubbleCommand('ShowAddFriend',this,event)">
                                              <img src="#__cc_urlbase#Images/icon_add.gif" alt="[[UI_MENU_AddContact]]" />
                                        </div>
                                  </td>

    3. Change it to

     

        <td nowrap valign="bottom" style="visibility:hidden">
                                        <div class="MessengerSmallButton" title="[[UI_MENU_AddContact]]" hoverclass="MessengerSmallButtonHover"
                                              onclick="CuteChatMessenger.BubbleCommand('ShowAddFriend',this,event)">
                                              <img src="#__cc_urlbase#Images/icon_add.gif" alt="[[UI_MENU_AddContact]]" />
                                        </div>
                                  </td>
     

    Regards,

     

    Ken

View Complete Thread