I have HTML pages set up for each chat room. I have users log directly into a specific Chat room. This works great on my existing site. Now I'm branching out.I got a new domain and a new chat. I thought I set everything up the same, even using the same HTML page with chat specific settings (see below the code snippet that is the same on each site). But there's a problem and it's probably me. LOL
var addonchat_param = { subroom_single: True, subroom: "Chat Lobby", iconsize: 0 } /* ]]> */</script>
On the one site, the users only see the users in the room and they can't see what other rooms exist.
The new site using the same settings as above displays all the rooms and all the users in those rooms. I don't want this. I want it like the first site.
Is there some setting elsewhere that I've forgotten about? I can't seem to get this to work.
Thanks.













