danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 158 forks source link

206 follow up checkbox customizable #254

Closed drholera closed 3 years ago

drholera commented 3 years ago

Hello @danirus If I understood right - here is my suggestion regarding the new COMMENTS_XTD_DEFAULT_FOLLOW_UP settings. So:

  1. If we have it as True - we won't see the follow-up field, but it'll be enabled by default
  2. If we have it as False - we'll see the follow-up checkbox and the functionality will be the same as we have in the current version. Does it make sense?

206

Best regards.

danirus commented 3 years ago

Thanks @drholera. I'm closing the PR as it does something different. Please, check the comment I added to the issue.