Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module creates a bridge between the standard Drupal comments module and the DiscussIt moderation platform.

It adds another status of "Withdrawn" to the standard comment states of Published and Un-Published, to better support the way DiscussIt messages can be re-instated if need be.

New comments posted on a Drupal site are automatically passed onto the DiscussIt platform via the DiscussIt API. Changes in message state are then communicated back to Drupal via the XMLRPC service.

The module creates a new user (moderator) and a new role (comment moderator). This user is used to secure the calls to the XMLRPC methods.

To test it out a DiscussIt account and a copy of the DIscussIt Live Moderator application are required. Both can be got for free at http://www.discussit.com

Project information