mauricerenck / komments
A comment and webmention plugin for Kirby 3
Installs: 860
Dependents: 0
Suggesters: 0
Security: 0
Stars: 45
Watchers: 6
Forks: 8
Open Issues: 4
Type:kirby-plugin
Requires
- php: >=8.0.0
- ext-json: *
- getkirby/composer-installer: ^1.2
- indieweb/mention-client: ^1.2
Requires (Dev)
- getkirby/cms: ^4
- mockery/mockery: ^1.6
- phpunit/phpunit: ^9.5.
- dev-main
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.0.1
- 1.0.0
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.17
- 0.9.15
- 0.9.14
- 0.9.13
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- dev-feature/comment-storage
- dev-dependabot/npm_and_yarn/semver-7.5.2
This package is auto-updated.
Last update: 2025-02-20 13:19:24 UTC
README
A Kirby comments plugin
Installation
Use one of these three methods to install the plugin:
- composer (recommended):
composer require mauricerenck/komments
- zip file: unzip main.zip as folder
site/plugins/komments
Setup
- How to configure the plugin
- Setting up the panel
- Setting up your templates
- Receive Webmentions
- Get notifications for new comments
- FAQ
Features
- Receive comments from a form on your site
- The user will be informed that the comment is in moderation
- Spam detection
- auto delete spam or just mark comments as spam
- Receive webmentions (using an additional plugin)
- Panel support
- Dashboard for comments in moderation/spam
- Support for Kirby stats
- Moderate comments on the panel page
- Disable/enable comments per page
- Disable comments after a certain number of days in relation to the publish date
- Reply to comments
- Verified badge for logged in users
- Automatically publish comments of verified users
- Automatically publish comments of specified users
- E-Mail notifications for new comments (instant or via cronjob)
Roadmap
- Reply from within panel
- Comments list on panel page level
- Login via IndieAuth, Mastodon, GitHub
- Up- Down-Vote comments
Please use the IndieConnector Plugin in addition to send webmentions