Active
Project:
Split Moderation
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2009 at 06:59 UTC
Updated:
20 Apr 2010 at 18:58 UTC
Are there plans to upgrade the module to Drupal 6?
I have received a request to allow only one content type to have comments moderated. Unfortunately, I'm not a full fledged module developer so I haven't been able to create an upgraded module.
Comments
Comment #1
emackn commentedI'm not sure, I have to first check that can work in D6, and then make sure there are no other modules doing then same thing as this.
One question though, does all your 'other' content already allow comments, and you just want too moderate one specific type of node?
Comment #2
stevebayerin commentedWell the comment issue has been resolved by the person who has requested the functionality (I don't have all the details on how it has been resolved.)
The other content types allowed comments but they only wanted to moderate forum comments.
Comment #3
leevester commentedDid you ever figure out how this was accomplished?
Comment #4
leevester commentedI may have stumbled on a working solution.
This came from user "WorldFallz" giving a reply to http://drupal.org/node/90208#comment-2066006.
His idea is to disable the 'publish comments without approval' permissions, then use a rule triggered by the 'after saving new comment' event, with conditions for commented node type and user role, to published the comment immediately (use a php action to set $comment->status to 0).