FOSCommentBundle icon indicating copy to clipboard operation
FOSCommentBundle copied to clipboard

Moderation Queue

Open merk opened this issue 14 years ago • 6 comments

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.

merk avatar Dec 21 '11 21:12 merk

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).

mkurzeja avatar Dec 07 '12 09:12 mkurzeja

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.

merk avatar Dec 08 '12 12:12 merk

+1 for a moderation queue and interface

bassrock avatar Dec 19 '12 17:12 bassrock

need this feature :)

ibasaw avatar Feb 05 '13 17:02 ibasaw

:+1:

cordoval avatar Sep 16 '15 01:09 cordoval

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.

tarjei avatar Nov 15 '15 11:11 tarjei