173

Product support

Visit this product's website for support.

Categories

Comments is an OctoberCMS plugin meant for enabling the users to comment on a particular page, blog, video, podcast, et al. Basically, every online page whether it is a static page or a dynamic one. In addition, no other third party operates this plugin. Hence, the user data remains in safe hands. Plus, the plugin is said to be doing wonders with RainLab blog plugin, so far.

Why choose Comments?

Hassle-free and Easy to Use Option to Filter the Comments Support team at your Service Framework by OctoberCMS is used End User’s Data Remains Safe Safety Assured with Captcha Feature

Salient Features

Comment Filtration Builder Tool for Setting Author Name/Namespace

Usage of Comments

Install the plugin to the respective page and you’re all set to make it go live. The best thing about this very plugin is that one can choose both, whether to directly let the comment made visible on the page or set an approval process for the same. This gives the plugin user the liberty to filter comments on their content. Moreover, the available option to use Captcha eliminates the risk of spamming and data thefts.

Implementing front-end pages

This plugin provides Comments component for display list of comments on the page.

title = "Blog" url = "/blog/:page?"

[commentsPost]

{% component 'commentsPost' %}

  • Found the plugin useful on 6 Sep, 2020

    Maintain your performance. This is a pretty good plugin!

  • Found the plugin not useful on 14 Jun, 2020

    I couldn't find this useful. The comments are not being pushed to the SQL table. No idea why.

    In the POST url post_id never came through the submitted form. ?content=Comments+do+not+work&post_id=

    I am sure someone knows the answer.

  • Found the plugin useful on 21 Dec, 2019

    Hello, I have a two questions. 1) Where i find an emial adresses my users? 2) I have a long address my subpage. Therefore, no comments are displayed on this subpage. Where I can change the number of characters of the www address?

    Thank you for the great plugin. I will be grateful for your response.

  • Found the plugin useful on 29 Sep, 2019

    Hi, So how do I customize the form to fit into the template? When expanded I have only: {% partial "commentsPost::list" posts=posts %}

    ps. sorry for stupid question but documentation is pretty wague

  • Found the plugin useful on 6 Sep, 2019

    Works exactly as stated. Adding to my custom theme was as easy as it can be. The only complaint I have is that the Gravatar is loaded over http - I have manually modded Comments.php line 78 to use https. Might be worth updating seeing as most websites now use https.

  • Found the plugin useful on 28 Jul, 2019

    Greetings!

    I have the same question about comments count in posts

    How can I show comments count for each entry in blog list page? Thanks.

  • Found the plugin useful on 31 May, 2019

    The plugin simply works. Adapting it to my custom theme was done in 20 minutes. The only thing that bugs me is the fact that you have to use a name without spaces. I manually changed this in the plugin to also work with spaces, and this should be the default if you ask me.

  • Found the plugin useful on 13 May, 2019

    I am also facing the same issue; as i submit the comment, page gets refreshed but commrnts are not added.

  • author

    Replied on 14 May, 2019

    It seems your comment plugin configuration is set as Pending approval hence whenever any user adds a comment on the website that requires admin approval before actually displayed on the website. You can change the configuration from the plugin configuration page.

  • Found the plugin useful on 25 Mar, 2019

    Hello. How can I show comments count for each entry in blog list page? Thanks.

  • author

    Replied on 3 Apr, 2019

    Hi Dmitrijs,

    Thanks for the reply.

    Yes, It is possible in this plugin. we need to enhance our code.

    Let me know if you needed. I can help you with the same.

    Regards, SD

  • Found the plugin useful on 21 Feb, 2019

    "SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL column with default value NULL (SQL: alter table "saurabhdhariwal_comments_posts" add column "url" varchar not null)" on line 664

    Error on installation of the plugin latest october cms version.

  • author

    Replied on 4 Mar, 2019

    ​Hi Sven,

    Thanks for reaching out.

    FYI: I tried with the latest build ( i.e. Current build 447 ) and everything seems working as expected.

    Further, Still you're facing an error please provide me your instant access to me. I'll check this and guide you what is wrong with this.

    Thanks!

  • Found the plugin useful on 2 Jan, 2019

    I like this plugin and with a bit of puzzling I managed to adapt it to my own theme. In the comment form the URL of the commenter is missing. Most people use this as an extra motivation to give a comment.

    Please include the website URL of the commenter as an optional field in the dialog.

  • author

    Replied on 2 Jan, 2019

    Hi Johan,

    Thanks for reaching out.

    I appreciate you like this plugin. Yes, I can surely help you for customization in this plugin and add the website URL in this plugin. For the customization, I need to check the detailed scope. so, Let's have a quick session for that.

    Please let me know your thoughts further.

    Thanks, SD

  • Found the plugin useful on 12 Dec, 2018

    Hi Saurabh, Your plugin works fine, you need to update $rules in models/Comments.php and remove 'author','email' ; or use some dynamic login for loggedIn users.

    ` public $rules = [

            // 'author' => 'alpha|min:2|max:25',
    
            // 'email' => 'email',
    
            'content' => 'required|min:2|max:500'
    ];`

  • author

    Replied on 17 Dec, 2018

    Hi Bahodur,

    Thanks for showing interest in this plugin.

    ​Checked for this and​ ​​It is just to make sure user enters valid email address & author name. If you really not in use you can remove those rules and use it.

    Please let me know your thoughts further.

    Thanks, SD

  • Found the plugin useful on 13 Nov, 2018

    I got this error after click submit button:

    "Class 'Auth' not found" on line 99 of C:\xampp\htdocs\myoctober\plugins\saurabhdhariwal\comments\components\Comments.php

    i didn't install Rainlab User plugin and only use the Guest (already switch on the configuration for Allow Guest). How to fix this? Should i install the Rainlab User plugin?

    Thank you.

  • author

    Replied on 13 Nov, 2018

    Hello Carolina,

    Thanks for the message.

    Yes, You must have to install Rainlab User Module in order to work this module.

    Please let me know your thoughts further.

    Thanks SD.

  • Found the plugin useful on 29 Sep, 2018

    I believe I have everything installed correctly, but, whenever I go to submit a comment, I get the following JS error in my console:

    "Comment.saveButton is not a function at HTMLButtonElement.onclick"

    I have guest commenting turned on, and ReCaptcha enabled & working. But, whenever I hit submit, I see the query string get appended to the URL, but not much happens beyond that. I don't see any entries in the database, and I don't see any comments show up on the page.

    Any idea what I might be missing?

  • author

    Replied on 1 Oct, 2018

    Hi John,

    Thanks for the message.

    Checked for this and it seems everything is working as expected for me. Could you please provide more information for the same.

    Please let me know your thoughts further.

    Thanks SD

  • Found the plugin useful on 16 Jul, 2018

    After click Sumbit - only refreshing page without errors. Comment don't added in database

  • author

    Replied on 12 Aug, 2018

    Hi Arthur,

    Thank you for reaching out.

    I believe Rainlab User plugin is already installed in your instance. Also, If you would like to allow guest users to be a comment on your website. There is configuration available in the admin panel. Please mark that switch ON.

    Further, Still you're facing an error please provide me your instant access to me. I'll check this and guide you what is wrong with this.

    Thanks!

1.0.5

Composer Update and change in model name as per guidelines.

Jul 27, 2021

1.0.4

Updated table saurabhdhariwal_comments_posts

Jul 08, 2018

1.0.3

Updated table saurabhdhariwal_comments_posts

Jul 08, 2018

1.0.2

Updated table saurabhdhariwal_comments_posts

Jul 08, 2018

1.0.1

Initialize plugin.

Jul 08, 2018