chatbox module is not running in 4.20 rc.. I need help

Comments

cybe@drupal.org’s picture

I've never gotten it to work on my WAMP. Tried many many times on various versions of drupal... gone through everything I can find but nothing happens. It displays the block as I've told it too but nothing happens when I try to join the chatroom...

cybe@drupal.org’s picture

oh, this stuff is getting easier for me everyday. I removed the "module.php?mod=" from chatbox.module and now it finally works bueno on the CVS...

Anonymous’s picture

YOu just REMOVED "module.php?mod=" without substitute.
I replaced it with "?q=" and it does not work!!
Any idea why

Anonymous’s picture

I just get the popup with the "launch" page in it. I've fiddled about with replaceing the internal code so that page references are more like ?q=chatbox/nicklist rather than ?q=chatbox&page=nicklist I also replaced one line in the chatbox_page function such that: $page = $page ? $page : "launch" was replaced by $page = arg(1) ? arg(1) : "launch";

This improved things, but I still have more changes to go. However, since others have gotten chatobx to work without such radical changes I'm obviously on the wrong track.

Cheers,
Paul

BTW: I'm started out with the latest version of chatbox.module with the current RC version of Drupal.

rootbalans’s picture

I removed the "module.php?mod=" but is not works again.

Anonymous’s picture

I fiddled with chatbox and it works fine with the current version of the cvs... d/l it here

al’s picture

Updated in CVS. Please test and open a bug report if it's not working.

univie’s picture

On the page ".../?q=chatbox" I clicked on "join the chatbox" but then the same page comes again in a new window?

Anonymous’s picture

Hi,

some improvements out there? I was trying the last few days to get the chatbox runnig, but my knowledge of php and drupal seems to be far too litle. Is there a working chatbox-module out?

kirin’s picture

I was really struggling getting the chatbox to work on my site and then, I realized that I had never turned on the "permissions". Doh!