Workflow Wordfilter

BlakeLucchesi - August 5, 2007 - 20:20

The Workflow Wordfilter module enables users of both the workflow_ng and wordfilter modules to combine the power of the two. You will now be able to use workflow actions on nodes and comments that have been submitted with words defined in the wordfilter filter list. General use will be to unpublish a node or comment automatically when it is submitted with words found in the wordfilter list.

This module also provides hook_workflow_wordfilter($op, $obj) that will fire when a node or comment has been submitted with words found in the wordfilter list. This will allow other modules to tap into this process. $op is either 'node' or 'comment' depending on the type of content submitted and $obj is either the node object or comment array submitted that was found to have words in the filter list.

NOTES: Module will only work on PHP 5.x.

Releases

Official releasesDateSizeLinksStatus
5.x-1.02007-Aug-067.9 KBRecommended for 5.xThis is currently the recommended release for 5.x.

Resources

 
 

Drupal is a registered trademark of Dries Buytaert.