You are here

README.txt in DrupalChat 7

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 7.x.
- Session API (optional) - if you want to use DrupalChat for anonymous users, then you need to install and enable this module.
- User Relationships (optional) - if you want to integrate DrupalChat with this module.

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

1. Download the module from drupal.org/project/drupalchat and save it to your
   modules folder.
2. Enable the DrupalChat module at admin/modules.
3. Set the Access DrupalChat permission for authenticated users at
   admin/people/permissions.

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

ADMINISTER THE DRUPALCHAT MODULE
=================================
Go to admin/config/drupalchat/configuration.

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 7.x.
  8. - Session API (optional) - if you want to use DrupalChat for anonymous users, then you need to install and enable this module.
  9. - User Relationships (optional) - if you want to integrate DrupalChat with this module.
  10. INSTALLATION
  11. ============
  12. 1. Download the module from drupal.org/project/drupalchat and save it to your
  13. modules folder.
  14. 2. Enable the DrupalChat module at admin/modules.
  15. 3. Set the Access DrupalChat permission for authenticated users at
  16. admin/people/permissions.
  17. INTEGRATION WITH USER RELATIONSHIPS
  18. ===================================
  19. 1. Enable the DrupalChat UR Integration module.
  20. 2. Go to the admin/config/drupalchat/configuration and fill in the required details after
  21. configuring up the User Relationships module.
  22. ADMINISTER THE DRUPALCHAT MODULE
  23. =================================
  24. Go to admin/config/drupalchat/configuration.