- Introduction
- Recommended modules
- Installation
- Configuration
*This module provides a live real time chat functionality as a block. Project home page:
https://git.drupalcode.org/project/dru_chat
https://www.drupal.org/project/dru_chat
*Uses the pusher api.
Run composer require 'drupal/dru_chat:1.0.x-dev@dev'
to install this module.
Before enabling this module, as at this stage (sandbox), download the pusher api library
via composer by running composer require pusher/pusher-php-server
, Then enable the module.
After enabling the module, head to <front>/admin/dru-chat/pusher-configs
and enter your Pusher
app (Channel) details as provided here https://dashboard.pusher.com/apps/ ie app_id, key, secret,
cluster.
After this, place the dru chat block at the footer of your site.