Internal Comment Engine Module for Orchard Core.
-
Install NuGet package
dotnet add package Commentator.OrchardCore
-
Launch your Orchard Core application, login as admin, then go to the Features admin page and enable the Commentator module
-
Add the Commentator Part to your Content type
You will need to add {{ Model.Content.CommentatorPart | shape_render }}
to your template to display the commentator part. It will display by default if you are not using a custom template
- Order By - Used to sort comments by Date, Rank (not yet implemented)
- Group By - Used to display the comments by thread or single
- Editor - Type of editor to display for the comment. Currently supported CKEditor and Trumbowyg
- Page Count - # of Items to display per page. (Currently Pager is hidden as it needs to be implemented to use jQuery to display pages)
- Allow Comments - This will toggle the comment window to show or not
- Admin Dashboard to maintain Comments
- Pager on Comment List
- Handle unathorize user. Add a message or pop up
- Email Notifications - using 'Notification.OrchardCore' Nuget Library