Moderating stories for a CitJ site

Events happening in the community are now at Drupal community events on www.drupal.org.
subir_ghosh's picture

For an upcoming citizen journalism project we need to set up a moderation procedure for stories that is not cumbersome. Moderation can be done in many ways in Drupal.

Can anyone suggest the best module combo that can do this?

TIA.

Comments

Workflow Modul!

OSLinux's picture

Tells you wehre the new content got to go (4 moderation)
~~
More Of Profile: http://drupal.org/user/108138

~~
More Of Profile: http://drupal.org/user/108138

Workflow is good if you have

kreynen's picture

Workflow is good if you have a staff that is going to approve submissions from a queue before they become public, but if you looking to have the community moderate itself you might want to look at the Voting API. The Flag Content module gives users a simple way to report inappropriate content, but I think customizing a Voting API module would be the easiest way to add moderation at the user level.

Thanks

subir_ghosh's picture

Thanks for that tip. Initially I had something like Workflow+Actions in mind. The Flag Content module hadn't even crossed my mind :) Thanks also to OsLinux.