Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Comment System #24

Open
maidis opened this issue Jan 14, 2019 · 1 comment
Open

Feature Request: Comment System #24

maidis opened this issue Jan 14, 2019 · 1 comment

Comments

@maidis
Copy link

maidis commented Jan 14, 2019

I'm not sure, but it seems CMlyst doesn't have a built-in comment system. If I understand it correctly, one can integrate a third party comment system to pages and blog posts with the help of the allowComments variable.

However, in some cases, some users may not want to sign up for another service only to leave a simple comment.

I have no idea how difficult it would be to implement an built-in comment system, but it would be great if we had it.

If we document the missing features and how they can be done, we may use them when Cutelyst joins GSoC or similar organizations in the future.

Status in other CMSes

  • Ghost: no built-in comment system
  • Blogger: has a built-in comment system and support for Google+ comments
  • WordPress: it seems it has a built-in comment system
@dantti
Copy link
Member

dantti commented Jan 14, 2019

Well it's usually a simple thing:

  • create the Sql table
  • add code for adding comments to that table
  • create a page for comments approval
  • integrate with a captcha system

Currently I have no time to work on this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants