I've bought cutechat and am integrating it into my own application invisibly (i.e. not using any open source products). I've had some fun with the SqlDataProvider and all the other things that people have queried on here, but I've managed to work my way through that.
I've managed to get it all working, but realised that I was logging into the room as a guest (with the right name). There will be no guests on my chatroom, only members so I want to be able to pass their details through to the CuteChat Login automatically.
I'm currently stuck with bypassing your login and trying to insert my logged on users details into your SiteConfig.Login() object. I can see that I'm probably going to have to replicate user details into the SQL server tables used by CuteChat, which is fine, I've done that manually to get this working. But where I'm pulling the username from my user object and putting it into the SiteConfig.Login method it's not working. The name is definitely going in, but when I test SiteConfig.CurrentLoginName afterwards I get nothing back.
I can't find this object and I'm assuming that I can't get at it's source code. Is there anything I can do to debug this problem? There don't seem to be any other useful public methods. I'm fairly new with .Net so if there is a really stupid easy answer to this be gentle with me. :o)