Re: Dotnetnuke 4.4.1 Integration

  •  09-07-2007, 9:23 AM

    Re: Dotnetnuke 4.4.1 Integration

    Ok...after testing and playing I FINALLY got everything working...
     
    I think my original problem was that I was trying to launch the window from a child portal, which I will have to play with and try and figure out.
     
    But also I could not get the above code to work at all....It gave me an error every time...Invalid Syntax in "IntegrationUtility.js.aspx"...blah blah blah
    The way I finally got it to work was that I copied just the "javascript" code into to a .js file.  Then I created a function that will return that redirect url base:
    function getURL()
    {
       return '/DesktopModules/CuteSoft_Client/CuteSoft_Client/CuteChat/';
    }
     
    BTW when you install on DNN you get that path instead of what you have written above.
     
    Then I hardcoded in the src path to the new js file.
     
    Seems to work now.  I will have to do more testing but it is at least loading the chat window now with the user.
     
    Adam...Great product!  and I know you are more used to installing on Community Server, but it might be good to nail down the DNN install and configuration instructions as much as you do with the Community Server...But just a thought.
     
    Thanks for the input!
View Complete Thread