Messenger 5.0 Customization needed

Last post 12-12-2008, 4:32 PM by PeteAppleby. 3 replies.
Sort Posts: Previous Next
  •  12-11-2008, 1:48 PM 46831

    Messenger 5.0 Customization needed

    Hi. We are using Web Messenger 5.0 with the 'new' web messenger look.
     
    We need to make the following changes:
     
    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.
     
    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.
     
    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.
     
    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.
     
    Thanks!
  •  12-11-2008, 10:41 PM 46844 in reply to 46831

    Re: Messenger 5.0 Customization needed

    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

  •  12-12-2008, 4:01 PM 46866 in reply to 46844

    Re: Messenger 5.0 Customization needed

    Hi, Adam! Thanks for the quick reply.
     
    The changes for hiding the Delete History and Messenger SetTitle worked fine.
     
    I went into the admin console and set the File Upload to False for both Chat and Messenger. I found this record in the database afterwards, but it did not seem to work. I even tried restarting IIS to see if that helped at all.
     
    SingletonPortal    GlobalAllowSendFile:False|MessengerAllowSendFile:False
     
    The other change for the link to the Home page had no affect. When I mouse hover the home button, the link at the bottom in the status bar still points to cutesoft.net
     
    Is this something in the flash that needs to be changed?
     
    Thanks!
     
    Pete
     

  •  12-12-2008, 4:32 PM 46870 in reply to 46866

    Re: Messenger 5.0 Customization needed

    Hi, Adam.
     
    I found the place to change the link for the Home icon image in NewMessengerMain.htm:
     
                <span class="MessangerToolbarItem" hoverclass="MessangerToolbarItemHover">
                    <a href="http://www.posxpr.com" target="_blank"><img src="#__cc_urlbase#Images/home.png" border="0" /></a>

    Still puzzled by the mystery of the File Upload settings.
     
    Thanks!

    Regards,

    Pete
View as RSS news feed in XML