Content moderation

This note just talks about available modules to do content moderation, NOT about the desirability of doing so.

There are several modules (competing) in Drupal that allow one to restrict certain people from posting directly to the live site. Their changes have to be approved by a moderator before they become live.

We currently have one mild form of that on the site. All new content is examined for being SPAM. If it passes it is posted. If mollom is unsure if it is spam the submitter has to enter a CAPTCHA so that automatic submissions are blocked. Definite spam is blocked. Certain roles (editor, admin) are exempt from the checks. 

We also have several moderators on the Forum pages (and some comments). They all do ex post facto moderation. The posts happen but they moderators may delete them. Such deletions have been very rare and mostly well disguised spam.

Here are the existing Drupal modules: 


These all work on both D5 and D6 and none have any progress toward which will win on D7. 
 
One possible usage of any of these is to moderate new submissions. Once we trust a submitter they can be made a moderator and avoid the moderation. 
 
The simplist mechanism to implement is to just have people apply and be given the role of hike submitter. Hike submitters are allowed to create new hikes and edit the ones that they created, but no others. Of course those of us with editor or admin privs can do anything we want with those hikes. An even more restrictive option is to only allow hike submitters to edit hikes they own, but not create them. They have to ask one of us to create them and assign them ownership. 

 

Groups audience: