django-fluent-comments
django-fluent-comments copied to clipboard
A modern, ajax-based appearance for django comments
https://django-contrib-comments.readthedocs.io/en/latest/settings.html When `COMMENTS_HIDE_REMOVED = True` the comments can be shown as "This comment was removed"
The number of comments are updated when the submit comment button is triggered which appends the new comment will also be nice to have the number of comments on the...
To produce this problem I do this: 1. Place a set of comments at root level 2. Preview another comment, then post it 3. Refresh page 4. Preview another comment...
Hi, I'm testing this expectacular plugin on my site and it's amazing! But I'm using django-parler to translate my models and it's showing the same comments in all languages because...
On the latest version 2.0.2 I get this thanks to some hackers: ``` File "/usr/local/lib/python2.7/dist-packages/django_comments/views/comments.py" in post_comment 130. request=request File "/usr/local/lib/python2.7/dist-packages/django/dispatch/dispatcher.py" in send 191. response = receiver(signal=self, sender=sender, **named) File...
When sites have a nice login/registration system, it's useful to disable anonymous comments. This should be configurable in a settings variable.
It would be nice to add a rating for comments and notifications about new comments
Hello there, Just been doing some testing and found the proxy FluentComment class is causing permission problems. To replicate: - Create a group with all comment permissions - Add a...
Support following email threads, to visitors can receive notifications.
Hi, thanks for this cool project! I'm using it for my [Python Podcast](https://python-podcast.de/show/) site for example and it works great. But yesterday I got a complaint that the comments were...