Blog Comments helps to add a comment section to the default blog of the OctoberCMS. This plugin will add a comment form with Name. Email and Comment fields to the blog post
Add the commentForm component to the bottom of the blog post page. For example for the demo theme of OctoberCMS page themes\demo\pages\blog\post.htm and pass the post ID to the component.
{% component 'commentForm' postId=post.id %}
After installing the plugin if you find missing tables error, then please run the below migration command
php artisan plugin:refresh Devvibes.Blogcomments
Features
- Newly added comments will only be shown on the website once approved by the administrator.
- Administrator has the option to view, enable/disable and delete a comment.
- Administrator can see the comments by clicking the top menu 'Blog Comments' or by visiting the url {admin}/devvibes/blogcomments/blogcomments/index
-
Stephan
Found the plugin not useful on 29 Aug, 2024
Unfortunately the editor no longer works when this plugin is installed, even after table update admin/editor the ERROR 404
-
1.0.2 |
First version of blogcomments Apr 16, 2024 |
---|