New Drupal comment_moderation module
A second module I wrote this weekend makes it easier to moderate your comments. This was another item high on my wishlist. I didn't found anything that comes close, so please let me know if I missed another module that scratches the same itch.
The comment_moderation module simplifies the work-flow of moderating comments. If you receive a lot of comment spam, the current approval queue is very limiting:
- It forces you to click through to the comment. If you want to publish the comment you need to edit, change it to published and submit
- Same for replying
- If you want to report it to mollom, you have the additional step of selecting the type of spam
- In every case you have to go back to the approval queue, reload it and move on to the next one
- The comment view hides the URL behind the author name, while the URL is one of the key indicators the message is spam (often plausible comments are just there to promote a URL)
I found this very frustrating and ended up opening a lot of tabs from the approval queue, then click on the ones I thought were spam, then 'mark as abuse' link, move to the next tab, ad infinitum...
Then go back through all the tabs to select the type of spam. Sadly in the mollom selection form you have no clue at that point what the actual comment was about.
Very messy and time-consuming because of the many clicks. That is what the comment_moderation is there for. It fixes the work-flow by automatically advancing to the next comment after taking action on the previous. You can also move from one comment to the next in the queue without having to go back to the approval queue. Every action is in the same window as the comment.
At the moment a few things do not work as I like it to be, so it is a work in progress. The publish button has no target because currently the comment module does not have a path for it.
Also the mollom spam selection still needs to be done on the separate mollom page, but at least it advances to the next comment once you've selected an action.
The comment_moderation module also includes its own block with a custom number of your recent comments from which you can start moderating.
I would also like to add a moderate action to the approval queue, unfortunately I don't think hooks exist for modifying the approval queue. One option could be to add a new moderation queue tab. Currently that's what I am planning to do.
If you are like me struggling with comment moderation, please try out this new module and send me feedback (or patches). And also for this module, I very much appreciate advice and guidance on my coding style. I am new around here.
You can find the module at: http://svn.rpmforge.net/svn/trunk/tools/comment_moderation/
I plan to add this module to the Drupal website as soon as I am confident it deserves to be there.
Update: The comment_moderation module for Drupal is now at: http://drupal.org/project/comment_moderation