Open merk opened 12 years ago
I'm thinking about implementing such a functionality. After a user without moderation permission (ROLE or ACL) adds a comment it is visible only to users with this permission. They can set it public or delete this message.
I've just started to use this bundle - do you think the moderation buttons/links should be added to the comment view page? (In my project this will be done through the sonata admin).
Basic functionality has already been included in the bundle for marking a comment as requiring moderation, each comment can have a state.
We're basically just missing interfaces and logic to put comments into the appropriate states.
+1 for a moderation queue and interface
need this feature :)
:+1:
Hi, I would like to suggest that this is implemented as a separate bundle, which is quite easy to do using eventlisteners that fire when comments are posted.
It would be nice to be able to push comments to a moderation queue.
I suspect it would work that if the user lacks a specific ROLE (for role based security) or is missing a specific Acl entry, the comment should be moderated.