The readme file references copying a chatroomread.php to the root of your Drupal install which is non existent within this module. There is also references to Drupal 6 which leads me to believe that this documentation has been copied over from the Drupal 6 version of the module and never updated. Some sort of installation instructions for the Drupal 7 version should accompany the module.

CommentFileSizeAuthor
#10 readme-1460558-10.patch1.92 KBlangworthy

Comments

Anonymous’s picture

Version: 7.x-2.0-alpha1 » 7.x-2.x-dev

yes, definitely needs updating.

patches welcome.

BucketKnight’s picture

I strongly support getting this issue fixed. A few weeks ago with an earlier build I had a chatroom up and running quickly. After the latest update, with the requirement of node.js I don't have a clue how to set things up. I can install the module, but after that I'm lost. There doesn't seem to be any more reference to Chat Room configuration or nodes anywhere in Drupal.

If 'someone who knows' could write a new guide about installing and configuring the latest 7.x.2.x build it would be greatly appreciated.

steved271’s picture

Hi, i am interested in knowing which version you had up and running easily..... I am looking to create a multi room chat for my website with the users logged in, but as with yourself i am stumped with thelatest version

Regards

Steve

Anonymous’s picture

just to clarify things a bit.

first, the 7.x-1.x version is only half-baked, and should be avoided.

the 7.x-2.x version is under active development. it requires the nodejs module. if you have issues setting up the nodejs module, please put issues in that queue.

once you have a working nodejs module, installing the chatroom module requires nothing more than the standard mdoule installation steps.

pmaster4’s picture

You would also need to create a content type and add the "Chat Room" as a field

vhenninot’s picture

Hello,

I need more info about nodejs :
Do we "only" have to install the "nodejs.integration" drupal module ?
or is there something to install on the server where our Drupal is hosted ?

Thanks,
Vincent

nvd_ai61’s picture

Searching for chatroomread.php for half an hour and can not find it! does any maintainer care to update the documentation and tell us how to EXACTLY install chatroom with a missing file?

moebius69’s picture

@vhenninot
Try to install the nodejs.integration and get it up and running.
Execute it in you shell with : node server.js
See the output while you browse on your site .

@nvd_aid61
The version 7.x doesn't have a chatroomread.php anymore. Just install the module normally after you've installed the nodejs.integration .

pmaster4’s picture

I am having an issue, i create the chat room but when i enter text it does not show up in the chat area

langworthy’s picture

Status: Active » Needs review
StatusFileSize
new1.92 KB

First stab at a patch.

I left the introduction the same though it might still need to be cleaned up.

I changed the HACKING section to CONTRIBUTING.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.