Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question/Idea: Does flluent_comment allow a filtering of the uncersored words in the comments? #83

Closed
popovvasile opened this issue Aug 14, 2016 · 2 comments

Comments

@popovvasile
Copy link

How can I implement filtering the comments after identifying an uncensored word?

@vdboor
Copy link
Contributor

vdboor commented Aug 23, 2016

You can look into the CommentModerator class. We've implemented an example using the FluentCommentsModerator class.. django-contrib-comments provides a framework to add moderation.

Also see: https://django-contrib-comments.readthedocs.io/en/latest/moderation.html

@vdboor
Copy link
Contributor

vdboor commented Feb 3, 2017

I've added a FLUENT_COMMENTS_MODERATE_BAD_WORDS setting to the 1.4 release! You can use that now instead of having to reimplement a moderator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants