coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
691 stars 133 forks source link

Comments Features is missing? #410

Open saileshkush95 opened 3 years ago

saileshkush95 commented 3 years ago

Thank you for this awesome package as well as powerfull than wordpress.

But in the case of blogging, I found one features is missing.

I think we can achieve this one by either using comments xtd plugins as well as also implementing Disqus. Which is awesome.

vsalvino commented 3 years ago

I think the best course of action would be to use Disqus, and we should probably create a how-to document showing how that would work.

In the future we may decide to add this feature in but for now I think a how-to doc will be sufficient.

Mayanktaker commented 3 years ago

So when will you update the docs for Disquss ? Or maybe a comments feature ?

saileshkush95 commented 3 years ago

Screenshot from 2021-08-08 21-01-54

I just saw this, but i didn't find any way to enable/disable comments

vsalvino commented 3 years ago

This is a new feature from Wagtail 2.13, it is for admin comments on the page contents (editing workflow): https://docs.wagtail.io/en/stable/releases/2.13.html#commenting

pppls commented 3 years ago

This gets you mostly there. You need to slightly adjust the templatetags - post_date_url can be ignored, and you need to adjust the post and blog_page variables.