-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comment system to posts #45
Comments
Yep, it can be a good idea but need a lot a changes to allow users to register. Maybe a public comment system with grey-listing. Example: you post a comment with username + email + comment. The comment is not displayed and need to be moderated. Once you have been moderated once, your comments are now auto-moderated. |
Good point. I forget about registration. What about Disqus integration? For this, no registration for shaarli is needed. |
Nope, the philosophy of Laravel Shaarli is to be third-party free. This is why there's no CDN, no tracker, no cool web services (such Google Fonts, etc). What do you think about my comment integration? |
I would also prefer to have my own system. I think moderation is a good thing in itself, but it would also require some effort in the long run. Automatic moderation would be cool, but in the variant suggested by you, it might be a security problem. Everyone can enter a mail+username combination that has already been moderated. I suppose it would be better to eventually allow a registration where only one moderation is required. |
In my suggestion, email address of the user who's commenting is hidden. So nobody can use the username and the email of an already moderated user. I think it can be a good idea to implements comment system like this and in the future, allowing user to register. |
I disagree with having a comment system. I would use a blog if I wanted comments. But if the decision is made to implement a comment system, please keep it disabled by default. :) |
Seconded. I pick stuff that doesn't have comment support deliberately. I don't like the idea of the new iteration of Shaarli having comment support, but if it happens, please make it possible to disable it. |
Released in 1.2.33 |
Please make it possible to allow comments (only for Registered Users) to a Link or Image or Story.
The text was updated successfully, but these errors were encountered: