django-comments-xtd icon indicating copy to clipboard operation
django-comments-xtd copied to clipboard

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.

Results 66 django-comments-xtd issues
Sort by recently updated
recently updated
newest added

Hello everybody, I was needing to render the comments with pagination, in the tree form and sorted in this way: - all the commnents with level = 0 in the...

enhancement

I'm thinking Google might mark as low quality due to plain text comments. I'm not really sure. Is it possible to load over JS only like Disqus does. Also, if...

documentation

Hi its me again, I try to utilized the package with the like/dislike and flagging, I follow the comp example and doc to set up the setting.py and urls.py. but...

Ref: https://github.com/danirus/django-comments-xtd/issues/418 So this PR implements: * Various check to avoid crashes if `window.comments_props` is not defined or if the `comments` div not exists * Add the support to create...

With this PR the `javascript-catalog` or jsi18n from Django is not mandatory, so if you don't need the localization you can remove the dependence easily.

Ref https://github.com/danirus/django-comments-xtd/issues/414 On my tests seems working.

In this way the settings parameter can overwrite the values for the specific model

In this way works: ``` {% get_commentbox_props for article.self %} ```

So reading the code on https://github.com/danirus/django-comments-xtd/blob/master/django_comments_xtd/static/django_comments_xtd/js/src/index.js#L6 Seems that if the selector doesn't exist there is a JS crash (I can confirm it) but also if the comments are loaded after...