40

Product support

Visit this product's website for support.

  • Added on Apr 16, 2024
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x use latest
    v2.x not tested
    v1.x not tested
  • Created by

Categories

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

  1. Newly added comments will only be shown on the website once approved by the administrator.
  2. Administrator has the option to view, enable/disable and delete a comment.
  3. Administrator can see the comments by clicking the top menu 'Blog Comments' or by visiting the url {admin}/devvibes/blogcomments/blogcomments/index
1.0.2

First version of blogcomments

Apr 16, 2024