Last updated February 7, 2013. Created by beejeebus on November 11, 2009.
Edited by Willynux, tormi. Log in to edit this page.
Drupal 7
- Download the module from Drupal.org and save it to your modules folder (sites/all/modules)
- Ensure you have enabled and configured the chatroom.module dependency
nodejs - Enable the module at admin/build/modules
- Set permissions to chatrooms and chat for some roles on your site
- Add a Chatroom field to a content type.
- Create new content of this content type.
Drupal 6
- Download the module from Drupal.org and save it to your modules folder (sites/all/modules)
- Copy chatroomread.php from the chatroom module folder to the webroot of your site. chatroomread.php should sit next to your index.php file
- Enable the module at admin/build/modules
- Enable access to chatrooms and chat for some roles on your site
Comments
Installation Help
I have a question, I just installed this and I added the whole conf line to my settings/php file under sites/default since sites/all didn't have anything in it until I added a modules folder.
So im wondering is something wrong with this?
$conf['chatroom_module_dir'] = '/sites/all/modules';and is it fine being under this block of code?
ini_set('arg_separator.output', '&');ini_set('magic_quotes_runtime', 0);
ini_set('magic_quotes_sybase', 0);
ini_set('session.cache_expire', 200000);
ini_set('session.cache_limiter', 'none');
ini_set('session.cookie_lifetime', 2000000);
ini_set('session.gc_maxlifetime', 200000);
ini_set('session.save_handler', 'user');
ini_set('session.use_cookies', 1);
ini_set('session.use_only_cookies', 1);
ini_set('session.use_trans_sid', 0);
ini_set('url_rewriter.tags', '');
Lacking the chatroomread.php file
In the tarball for the Drupal 7.x-2.0-alpha1 i do not see any chatroomread.php file that this install and the README.txt refers too.
Same Problem
I have the same problem... Documentation says to look for charroomread.php, but I can't find it in the folder.
No chatroomread.php v7
On a v7 install, The documentation says move the chatroomread.php file to root but I can't find it in the folder.
i have the same
i have the same problem:
there is no chatroomread.php in the
sites/all/modules/chatroom
version 7.x-2.0-alpha1
Check your root folder, for
Check your root folder, for me chatroomread.php going there automatically after I had installed via Drupal 7 install page the chatroom module
No chatroomread.php
Not in the folder or root.
http://www.dataoginternett.no/
http://www.linkedin.com/pub/ole-martin-meyer/1b/305/320
Same problem
Same problem
is there any configuration
is there any configuration other than chatroomread.php for drupal 7 && regarding Node js integartion.
Thameemul ansari
D7 install
D7 does not require the chatroomread.php anymore, it's talking to nodejs.