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

Can you please tell me how you can change the size of the avatars in the answers? That is, the main comment is a large avatar, and in the responses...

Please tell me how I can hide the response form after the user has clicked **"Submit"** in the form. A similar logic occurs when you click on the **"Reply"** button....

enhancement
good first issue

Users Ability to delete and edit the comment if he is the owner of comment.

documentation
support
feature

I want to order comment list of an article by num of `likedit` in descending manner. I tried **[Query Expression](https://docs.djangoproject.com/en/3.2/ref/models/expressions/#some-examples)**, > in settings.py >`COMMENTS_XTD_LIST_ORDER = (Length('likedit_users'), '-submit_date') ` but failed...

First off, thanks for creating such a great app, it has a ton of functionality and seems well built. Just wanted to give some feedback after going through the tutorial,...

enhancement

Few changes that allowed me to reload comments for different object after page load (for usage in modal dialog). I don't know anything about React, so the code is rather...

Hi @danirus first of all, Thanks for the awesome work here. I am trying to wire **django-comments-xtd** to an existing django project. We do not use django-views and server side...

support

I would like to place the commentbox on modal dialog, so that new comments will show with new modal show for appropriate item. I am a bit confused from the...

`django-comments-xtd` is using a modified version of Bootswatch Lumen theme. Have people been using `django-comments-xtd` with other Bootstrap CSS themes, etc? If yes, what are your recommendations for avoiding accidental...

support

I have followed up the tutorial at: https://django-comments-xtd.readthedocs.io/en/latest/tutorial.html#javascript-plugin I created the page almost exact as in the example, but I am still not able to see the comments on the...