Komen - Simple Comment System for October CMS
Komen allows you to embed comment system on any pages even without jQuery.
Features
- Works great on Internet Explorer 11.
- Support multilingual site.
- Reply comment.
- Comment moderation.
- Form field options.
- IP address filtering.
- Bad words filtering.
- Gravatar
Preview

Usage
Just add Komen component into your page/template.
Make sure you have {% styles %} in the head and {% scripts %} in the script area of your website. jQuery is not required.
Configuration
The configuration file can be found at: plugins/lutpy/komen/config/config.php
moderation (bool)=> Prevent comments from appearing on your site without your approval (default value:false)email_field (bool)=> Allow users to input their email address (default value:true).website_field (bool)=> Allow users to input their website URL (default value:true).bad_ips (array)=> Post requests from these IPs will be rejected.bad_words (array)=> Comment post requests that contains these words will be rejected.
Notice
Name, email and website field will not visible to super user / administrator.
-
This plugin has not been reviewed yet.
-
| 1.0.1 |
Created comments table. Jul 26, 2019 |
|---|---|
| 1.0.0 |
Initial release. Jul 26, 2019 |



