Yet another Integration question.

Last post 05-23-2005, 1:37 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  05-23-2005, 8:49 AM 6906

    Yet another Integration question.

    Hello all, I want to imbed the messenger in an iframe off of our site.  Furthermore, I want to pass the login credentials to the messenger through some parameters.
     
    I have the imbedding working fine, I'm passing the login credentials just fine and validating them (using the provided DoLogin function).  However I can not see the step where the application is resigistering the users with CuteChat.  It appears to be happening in: FormsAuthentication.RedirectFromLoginPage(UserName,PersistentPassword)  However that procedure redirects the user away from the page.   Can anyone point me in the right direction?
     
    Thanks in advance!
    Chris
  •  05-23-2005, 1:37 PM 6927 in reply to 6906

    Re: Yet another Integration question.

    Chris:
     
    It's seems that , you haven't write the classes for your site .

    for example , the classes :

    Public Class YourDataProvider
        Inherits CuteSoft.Chat.DataProvider
     
    Public Class YourUserAdapter
        Inherits CuteSoft.Chat.UserAdapter

    You could download the cutechat2 for dnn , and check the  code in DotNetNuke\Web\DesktopModules\CuteChatControls\
     
    It's a sample of how to write these classes for the CuteChat2.
     
    Regards , Terry .
View as RSS news feed in XML