Quote:
Originally Posted by asdfadrian
I am not entirely sure whether its $userid or $USER_ID but when I changed it to $userid, the chat doesnt work no more. It doesnt connect the user. So it must be $USER_ID.
|
I understand what you're saying, but it doesn't make sense for it use $USER_ID since it's never set (the code is commented out). My guess would be that when you use $userid it's finding the user name, but then you're getting a js error in code that wasn't executed when the user name was blank.
Or not.