Grav Comments Plugin Fork : Akismet support added, can disable comments but leaving visible, and draws gravatars. http://getgrav.org
Go to file
Flavio Copes a178946aba Improve the backend to show comments 2015-10-07 23:53:36 +02:00
admin Improve the backend to show comments 2015-10-07 23:53:36 +02:00
templates/partials Error Message box instead of alert() 2015-10-07 22:27:06 +02:00
.gitignore First commit 2015-09-13 20:32:44 +02:00
README.md Improve the backend to show comments 2015-10-07 23:53:36 +02:00
comments.php Improve the backend to show comments 2015-10-07 23:53:36 +02:00
comments.yaml Added optional captcha 2015-10-07 20:18:44 +02:00
languages.yaml First commit 2015-09-13 20:32:44 +02:00

README.md

Grav Comments Plugin

The Comments Plugin for Grav adds the ability to add comments to pages, and moderate them.

| IMPORTANT!!! This plugin is currently in development as is to be considered a beta release. As such, use this in a production environment at your own risk!. More features will be added in the future.

Installation

The Comments plugin is easy to install with GPM.

$ bin/gpm install comments

Or clone from GitHub and put in the user/plugins/comments folder.

TODO

  • Add language file for the frontend
  • Allow to moderate comments from the admin
  • Email the comment to the site admins (default to all with admin.super, could be configured)
  • Allow to enable on some taxonomies or page types only
  • Allow some pages to disable comments
  • Better presentation of the comments in Antimatter and other default themes