cute messager question

Last post 09-09-2007, 5:57 PM by dbeaird. 2 replies.
Sort Posts: Previous Next
  •  08-02-2007, 3:35 AM 32105

    cute messager question

    hi,Adam:

      Is there a way to automatically launch web messenger when user logon to my site so that their status show online. Right now, their status always show offline after they logon to my site until they launch web messenger?  As a result, all messages are sent as offline messages if the user at the other end didn't launch his/her web messenger. I can't use the embedded mode since it'll mess up the page layout. 

    Thanks in advance!

    spring
    Filed under:
  •  09-09-2007, 2:38 PM 33393 in reply to 32105

    Re: cute messager question

    I too am interested in something like this but instead I would like to imbed messenger into my sidebar content area and make it visable only to logged in users. This in theory would automaticaly logg the user into messenger and allow them to see who else is logged into the site. Would also be nice if I could have this on every page.
     
    I have been trying to do this for several days now with no progress. The Cute Chat Developers Guide has no references to CS07 and thats the only place I can find any code for the imbed option.
     
    Any help would be greatly appreciated!
    Filed under: , ,
  •  09-09-2007, 5:57 PM 33395 in reply to 32105

    Re: cute messager question

    Turns out I had to add ~/ to the beginning of the 'scr=' file location like this [ <%@ Register TagPrefix="CuteChat" TagName="EmbedMessenger" src="~/cutesoft_client/cutechat/embedmessenger.ascx" %> ] Then it was just a matter of moving the other part of the code[ <CuteChat:EmbedMessenger id="EmbedMessenger1" runat="server"></CuteChat:EmbedMessenger> ] around within themes/[themename]/common/home.aspx untill I had it just where I wanted it.
     
    Paste the following at the top but below the other lines that look similar in your themes/[themename]/common/home.aspx file
    <%@ Register TagPrefix="CuteChat" TagName="EmbedMessenger" src="~/cutesoft_client/cutechat/embedmessenger.ascx" %>
     
    Then add the following wherever you want the messenger to appear on your page:
    <CuteChat:EmbedMessenger id="EmbedMessenger1" runat="server"></CuteChat:EmbedMessenger>
     
    I currently have cute chat implemented within my CS07 site.
View as RSS news feed in XML