strapi-plugin-comments
strapi-plugin-comments copied to clipboard
A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
## Ticket Task linked: [CU-20rfmkv Reports page](https://app.clickup.com/t/20rfmkv) ## Summary What does this PR do/solve? Introduces side menu within the "Comments" section, and brings "Reports" view, where You can display and...
After installing strapi Comments plugin endpoints are not available. ``` "@strapi/plugin-graphql": "^4.3.3", "@strapi/plugin-i18n": "^4.3.3", "@strapi/plugin-users-permissions": "4.3.3", "@strapi/strapi": "4.3.3", "mysql": "2.18.1", "strapi-plugin-comments": "^2.1.7", "strapi-plugin-import-export-entries": "^1.5.0", "strapi-plugin-sitemap": "^2.0.8" ``` Example query ```...
## Ticket [55](https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/issues/55) ## Summary What does this PR do/solve? Allows moderator to respond directly in thread, start a new thread under comment and update comment. ## Test Plan 1....
Below is the body I got from GET method, eveything seems to work fine but in the avartar doesn't display in the admin section. `[ { "id": 53, "content": "My...
# Debug process 1. When I visit /admin/plugins/comments/discover to see the comments, a lot of errors happens with the same message as the image below. 2. I have published and...
1. Answer should be marked as "moderator" without linking to any existing user. It shouldn't take into account users configuration of plugin.
Expectations: - Linking abuse reporter with sent report - Blocking multiple reports for same comment by same reporter
## Ticket https://app.clickup.com/t/2tn2923 **NOTE:** This PR is dependent on https://github.com/VirtusLab-Open-Source/strapi-typed/pull/14 ## Summary What does this PR do/solve? - Custom field for comments ## Test Plan - install plugin on Strapi...
## Ticket https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/issues/202 ## Summary What does this PR do/solve? - adding lifecycle hooks to comments content types ## Test Plan - register lifecycle hooks (see README.md) - start a...
# Description It's a feature request, as far as I know, this feature not exists. Can be interesting the feature that emits events via webhooks to the lifecycle of comments,...