Skip to content

flaircore/dru_chat

Repository files navigation

CONTENTS OF THIS FILE

  • Introduction
  • Recommended modules
  • Installation
  • Configuration

INTRODUCTION

*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.

Chat View

INSTALLATION

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.

CONFIGURATION

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.

User list View minimized

Releases

No releases published

Packages

No packages published

Languages