Great module! I needed a chat, and this one appears to work great. Thank you so much! It would be nice however, if there were a way to show the number of users in the chat beside the chat link. Actually, not just in the chat link that comes in the blocks, but also in other places (I have added a chat link to a couple custom menus on my site), as well as outside drupal (I have integrated drupal with my phpbb3 forum, and would like to show the number of users online on the phpbb site as well).
A javascript solution may be the best for this - if a certain tag exists, the number of chat users is directly inserted to it or whatnot.
Let me know if I can help - I'm pretty good with javascript, though I don't know how your chat system works so that would be the difficult part.
Thanks again!
Comments
Comment #1
bowob commentedThe next update will have that feature.
Now you can use:
#YOUR_CHAT_ID# is :
Your bowob.module :
...
function bowob_chat_id(){
$bowob_chat_id = array(#YOUR_CHAT_ID#);
...
Comment #2
bowob commented