Jhovani Salgado
Jhovani Salgado
I've created a new Module that adds comment support to any ContenType. Just need to add the contentpart to your content type. Let me know if anybody is interested
> @jsalgado10 Where can we see this Module ? I would be interested to review it. here is the link https://github.com/jsalgado10/OrchardCore.Commentator/tree/main
Email notification have been added. Need to add Notification.OrchardCore plugin.
Have you can try using @await DisplayAsync(Model.Content.CommentatorPart)
What version of OrchardCore are you using? Currently, the plugin is using Orchard Core 1.4 and your application will need to use the same version.
Ok I see, you are a using decouple CMS instance. I have gotten a chance to test the plugin on a decoupled CMS application. Let me test this and will...
> > Ok I see, you are a using decouple CMS instance. I have gotten a chance to test the plugin on a decoupled CMS application. Let me test this...
@saleemhaq I have added a new Razor helper GetContentItemCommentsAsync that you can use to get all the comments for a content item. The method will return an IEnumerable You should...
Hello William Thank you for taking interest in my Orchard Module. I am fine with you featuring my module in a video and welcome your collaboration on this project. Thanks
> Hello Jhovani Salgado, > > Thanks Jhovani Salgado. I'm working on the video now. I did come into an issue integrating with our Material Design Theme. > Do you...