From f6a4204ed2a8ab774329c731f224a522be9c1aa3 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 5 Dec 2017 17:06:23 -0800 Subject: [PATCH 1/2] Akismet support. Stood up Akismet support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c441f58..810ec1f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This plugin adds support for displaying pingbacks, toggling the display of pingbacks. I'm not yet sure how pingbacks work, so this may not include support for adding new pingbacks; if it won't take too much work I'll add more support for them. Also added support for user entered URLs. -The main goal of this fork is to add support for Akismet. Recaptcha guards from bots, but Akismet helps deal with actual spam content. +This fork adds support for Akismet, which is now basically working. Consider it alpha. Also has admin panel functionality, can toggle it, add api key, shows error on comment page if api key doesn't match site. Going to add amin panel checkbox for recaptcha. Preview with commenting disabled but comment plugin still enabled: From b56c5927f76c8396a742d1ba183d4fa4f469ec39 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 5 Dec 2017 17:08:25 -0800 Subject: [PATCH 2/2] Minor readme update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810ec1f..241882a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Grav Comments Plugin \[Fork\] -This plugin adds support for displaying pingbacks, toggling the display of pingbacks. I'm not yet sure how pingbacks work, so this may not include support for adding new pingbacks; if it won't take too much work I'll add more support for them. Also added support for user entered URLs. +This plugin adds support for displaying pingbacks, toggling the display of pingbacks. I'm not yet sure how pingbacks work, so this may not include support for adding new pingbacks; if it won't take too much work I'll add more support for them. Also added support for user entered URLs, though I haven't gotten the form input to show up yet. This fork adds support for Akismet, which is now basically working. Consider it alpha. Also has admin panel functionality, can toggle it, add api key, shows error on comment page if api key doesn't match site. Going to add amin panel checkbox for recaptcha.