Moderating blog post comments

David Henriquez asked on July 5, 2016 16:36

I am developing a blog, and i have this problem.

How to know which blog post the comment belongs when moderating?

Correct Answer

Trevor Fayas answered on July 5, 2016 17:19

Does this help at all? It shows how you can enable Live site editing, this way you can go to the blog post and moderate, but otherwise if it doesn't show in the Comment, you may need to do a report perhaps to join the Blog_Comment 's CommentPostDocumentID to the CMS_Document DocumentID and grab the info you need.

https://docs.kentico.com/display/K9/Allowing+users+to+moderate+blog+comments+on+the+live+site

To create reports, use this:

https://docs.kentico.com/display/K9/Creating+reports

And create a report using this query.

Select Doc.DocumentNamePath, Blog.* from CMS_Document as Doc INNER JOIN Blog_Comment as Blog on Blog.CommentPostDocumentID = Doc.DocumentID

1 votesVote for this answer Unmark Correct answer

Recent Answers


David Henriquez answered on July 5, 2016 20:42

Thank you for your help

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.