jsalgado10 / Commentator.OrchardCore

Orchard Core Internal Comment Engine
MIT License
17 stars 5 forks source link

add comments to a decoupled CMS blogpost #11

Open angelicanino opened 3 years ago

angelicanino commented 3 years ago

Hello,

I'm using orchard core in another application as a decoupled CMS with razor pages, just like this one... https://docs.orchardcore.net/en/dev/docs/guides/decoupled-cms/index.html I want to add comments to the posts, it is possible with this module? how should I make the calling without liquid?

Thank you

jsalgado10 commented 3 years ago

Have you can try using @await DisplayAsync(Model.Content.CommentatorPart)

saleemhaq commented 1 year ago

Have you can try using @await DisplayAsync(Model.Content.CommentatorPart)

when try with above got error see below, please advise @jsalgado10 @angelicanino

image

image