Skip to content

A Kirby 3 comment plugin – forked from mauricerenck/komments

License

Notifications You must be signed in to change notification settings

hariom147/komments

This branch is 32 commits behind mauricerenck/komments:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d227a6 · Sep 16, 2023
Nov 10, 2021
Nov 13, 2021
Sep 13, 2023
Oct 15, 2022
Aug 8, 2023
Nov 10, 2021
Jul 1, 2022
Sep 13, 2023
Dec 6, 2022
Apr 11, 2022
Apr 26, 2022
Dec 17, 2021
Sep 13, 2023
Sep 16, 2023
Sep 16, 2023
Oct 29, 2021
Feb 5, 2021
Nov 12, 2021
Nov 12, 2020
Nov 10, 2021
Oct 29, 2021
Nov 10, 2021
Sep 13, 2023
Apr 25, 2019
Dec 6, 2022
Sep 16, 2023
Sep 16, 2023
Apr 26, 2022
Apr 26, 2022
Sep 16, 2023
Nov 12, 2020
Nov 10, 2021
Nov 10, 2021

Repository files navigation

Komments

A Kirby comment plugin

GitHub release License Kirby Version


the dashboard

Installation

Use one of these three methods to install the plugin:

  • composer (recommended): composer require mauricerenck/komments
  • zip file: unzip master.zip as folder site/plugins/komments
  • git: git submodule add https://github.com/mauricerenck/komments.git site/plugins/komments

Setup


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

  • Kirby 3.6 ready
  • New panel view for moderation
    • Mark comment as spam
    • Mark comment as verified
    • Delete comment
  • Pending comments field
  • Switch to KirbyUp
  • Reply from within panel
  • Comments list on page level
  • Move "send to mastodon" to IndieConnector
  • Move "ping archive.org" to IndieConnector
  • Move "send webmentions" to IndieConnector
  • Mark webmentions from known users as verified

DEPRECATED

  • Send webmentions
  • Send updates to Mastodon
  • Ping archive.org

Please use the IndieConnector Plugin in addition to send webmentions

About

A Kirby 3 comment plugin – forked from mauricerenck/komments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.2%
  • Vue 31.8%
  • JavaScript 5.0%
  • SCSS 5.0%