Commenting for logged in users?

Is there any commenting options for logged in users? I was using a plugin with WordPress which allowed logged-in users to comment on the pages, this helped with communication with developers, designers and clients.

There are two plugins, search “comm” on

You could use a third party commenting service (I use [ReplyBox](https://getreplybox.com/ on my Kirby blog)) and only show it to logged-in users by checking if $kirby->user() does not return null.

thank you for the advice, this is another reason why i should be using kriby over wordpress.

nice one thank you.

… or follow the guide on implementing comments as virtual pages and wrap it like was said before with a user check, see https://getkirby.com/docs/guide/virtual-pages/content-from-database