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

Allow user to disable comments on posts #40

Closed
wants to merge 3 commits into from

Conversation

pbrudny
Copy link

@pbrudny pbrudny commented Jan 15, 2015

There are some cases when it is needed to switch off comments on existing blog. It can be done by setting

config.allow_comments = false 

@GBH
Copy link
Member

GBH commented Jan 15, 2015

I wonder if this could be made better. Wouldn't it be nicer if this setting could be toggled per post.
So the setting you introduced could be used as a global default, but we'd also have a checkbox for each post. is_commentable attribute on Post.

@pbrudny
Copy link
Author

pbrudny commented Jan 15, 2015

Good point. Will do that.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) when pulling d23034d on pbrudny:master into 59cd0bb on comfy:master.

@samrayner
Copy link

Would like this feature too 👍

@dinomite
Copy link

dinomite commented Feb 3, 2016

I'd like to see this, @GBH

@dinomite
Copy link

dinomite commented Feb 3, 2016

@GBH Would you like someone else to become the maintainer of comfy-blog?

@GBH
Copy link
Member

GBH commented Nov 29, 2017

In version 2.0 comments are gone. Generally it's better to use 3rd party thing like Disqus to prevent bot spam. It's also easy enough to extend this yourself and tie comments to existing application users, etc. Shipping bare-bone commenting system as it was seems pointless.

@GBH GBH closed this Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants