joomlatools/logman-easydiscuss

Handles logging of EasyDiscuss events

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 11

Forks: 0

Open Issues: 0

Type:joomlatools-composer

v3.0.0 2016-10-14 15:25 UTC

This package is auto-updated.

Last update: 2024-04-06 17:51:01 UTC


README

Plugin for integrating EasyDiscuss with LOGman. LOGman is a user analytics and audit trail solution for Joomla.

Installation

Composer

You can install this package using Composer by simply going to the root directory of your Joomla site using the command line and executing the following command:

composer require joomlatools/logman-easydiscuss:*

Package

For downloading an installable package just make use of the Download ZIP button located in the right sidebar of this page.

After downloading the package, you may install this plugin using the Joomla! extension manager.

Usage

After the package is installed, make sure to enable the plugin and that both LOGman and EasyDiscuss are installed.

Supported activities

The following EasyDiscuss actions are currently logged:

Posts

  • Add
  • Edit

Replies

  • Add
  • Edit

Limitations

  • At the moment and while using the latest stable version of EasyDiscuss at this date (v4.0.10), delete actions are not supported since no data is provided when triggering the onContentAfterDelete event.