This is a very nice hack, although I'm having some troubles myself getting my channel to pick up. I'm sure this has been questioned, but any thought on maybe a "who's chatting" type of thing for the homepage? How does Vbulletin.org do it? Firefly needs to share that secret
I've got a question and a thing to add. How can I specify who is the OP when entering my channel? It always selects the first person inside to be an OP. Can this be done with the <param tag, to only allow the person with userid=1 or admin usergroup to be the OP?
Also, I've noticed some of the other chat hacks simply use
Code:
<parame name="usrename" value="$bbuserinfo[username]
Instead of calling a query getting the username in chat.php, but I suppose 1 query doesn't make a difference.