1. Our users are NEVER permitted to delete the message history. How can we disable that feature? Viewing the history is great, but deleting is a no-no.
Open CuteSoft_Client\CuteChat\MessageHistory.aspx and find the following code:
<asp:linkbutton id="ButtonDeleteAll" Runat="server" OnClick="ButtonDeleteAll_Click" ><img src="images/delete.png" title="[[UI_MENU_DeleteAll]]" hspace="5" border=0 align="absmiddle">[[UI_MENU_DeleteAll]]</asp:linkbutton>
Change it to:
<asp:linkbutton id="ButtonDeleteAll" Visible="false" Runat="server" OnClick="ButtonDeleteAll_Click" ><img src="images/delete.png" title="[[UI_MENU_DeleteAll]]" hspace="5" border=0 align="absmiddle">[[UI_MENU_DeleteAll]]</asp:linkbutton>
2. How can we change the Home link on the contact list to our own website? The link now goes to cutesoft.net, we want the link to take them to our website.
Modify CuteSoft_Client\CuteChat\Advertising\MessengerAds.ascx.
3. How do we disable the upload feature? We never want users to upload files via Web Messenger. Our portal has it's own file and document management features. This will just confure our users and make it more difficult to find the files they are looking for.
Disable this feature in the admin console.
4. The title of the contact list says "Cute Web Messenger". We are a business portal, and would prefer to have our web domain name appear.
Open CuteSoft_Client\CuteChat\Script\NewMessenger.js and modify the following code:
this._win.SetTitle("Cute Web Messenger");
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx