Dotnetnuke 4.4.1 Integration

  •  09-05-2007, 11:56 AM

    Dotnetnuke 4.4.1 Integration

    What's up all,
      I installed the Chat/Messenger module...that works fine.
     
    But I am having trouble with integrating the IM Message into my other modules.
     
    I would like to popup a messenger window open when the users name is display within certain modules.
     
    I looked around and can't seem fine another user doing this and the integration instructions are really not explaining a lot.
     
    I am adding this to my default.aspx page:
    <script src="CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx"></script>
     
    Then within the specific modules, I have this:
    <a href="#" onclick=Chat_OpenContact('<%# DataBinder.Eval(Container.DataItem, "Username") %>')"><img src="~/DesktopModules/CuteSoft_Client/CuteSoft_Client/CuteChat/Images/avatar.gif" runat="server" />Chat</a>
     
    When the page loads I am getting a syntax error and then when I try and click the "chat" button I get the object required error.
     
    Anyone run into this?
     
    Do I need to do any other integration to get users into the ChatUsers table or something to make this work?
     
    Thanks!
View Complete Thread