FriendsOfSymfony / FOSCommentBundle

Threaded comments for Symfony
http://friendsofsymfony.github.com/
MIT License
460 stars 231 forks source link

Moderation Queue #90

Open merk opened 12 years ago

merk commented 12 years ago

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.

mkurzeja commented 11 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).

merk commented 11 years ago

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.

bassrock commented 11 years ago

+1 for a moderation queue and interface

ibasaw commented 11 years ago

need this feature :)

cordoval commented 9 years ago

:+1:

tarjei commented 9 years ago

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.