You are here

README.txt in DrupalChat 6

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
DrupalChat provides one on one chat. It provides a static sleek chat bar at 
the bottom of the web browser. There is a selectable list of Online Users like
in Facebook chat. Once you choose a particular user to chat with, it creates a
new tab in the chat bar along with an attached pop-up chat window.

REQUIREMENTS
============
- This module is written for Drupal 6.x.
- The 6.x-2.0 alpha branch of jQuery Update module (jquery_update).

INSTALLATION
============

1. Download the module from Drupal.org/project/drupalchat and save it to your
   modules folder.
2. Enable the DrupalChat module at admin/build/modules.
3. Set the access drupalchat permissions for authenticated users at
   admin/user/permissions.
4. Enable the DrupalChat block at admin/build/block.

INTEGRATION WITH USER RELATIONSHIPS
===================================
1. Enable the DrupalChat UR Integration module.
2. Go to the admin/settings/drupalchat and fill in the required details after
   configuring up the User Relationships module.

ADMINISTER THE DRUPALCHAT MODULE
=================================
Go to admin/settings/drupalchat. The long polling technique can be activated at
this page instead of default Normal AJAX technique.
   

File

README.txt
View source
  1. DrupalChat provides one on one chat. It provides a static sleek chat bar at
  2. the bottom of the web browser. There is a selectable list of Online Users like
  3. in Facebook chat. Once you choose a particular user to chat with, it creates a
  4. new tab in the chat bar along with an attached pop-up chat window.
  5. REQUIREMENTS
  6. ============
  7. - This module is written for Drupal 6.x.
  8. - The 6.x-2.0 alpha branch of jQuery Update module (jquery_update).
  9. INSTALLATION
  10. ============
  11. 1. Download the module from Drupal.org/project/drupalchat and save it to your
  12. modules folder.
  13. 2. Enable the DrupalChat module at admin/build/modules.
  14. 3. Set the access drupalchat permissions for authenticated users at
  15. admin/user/permissions.
  16. 4. Enable the DrupalChat block at admin/build/block.
  17. INTEGRATION WITH USER RELATIONSHIPS
  18. ===================================
  19. 1. Enable the DrupalChat UR Integration module.
  20. 2. Go to the admin/settings/drupalchat and fill in the required details after
  21. configuring up the User Relationships module.
  22. ADMINISTER THE DRUPALCHAT MODULE
  23. =================================
  24. Go to admin/settings/drupalchat. The long polling technique can be activated at
  25. this page instead of default Normal AJAX technique.