First of all, great mod!
I have one issue though, when the chatbox loads initially, it loads the whole page into the chat area instead of messages. User has to reload the page or click on some link to actually load the messages.
I noticed, the initial AJAX request looks like this:
Code:
POST http://sazkar.net/misc.php?es=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx&show=ccbmessages
whereas subsequent requests use '&' to separate params. I don't have any idea why '&' is escaped to '&' initially. Does anyone have any idea how to fix it?
Its doesn't make good impression to the new users.
Thanks!
P.S. There is 's' instead of 'es' in the code example, I had to change it as otherwise this smart editor will remove the session data (that I've modified before posting anyway..)