We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16572
    • 1 Posts
    Hi Folks,

    i am working on a blog system which is divided into a blog visible to everyone and a restricted area blog. The template is equal on both. It also shows a list of latest comments on both blogs.

    I want to separate the latest comments, because unauthorized users should not see the latest comments from the restricted area blog.


    [[!QuipLatestComments?
      &type=`family`
      &family=`blog-post`
      &tpl=`latestComments`
      &bodyLimit=`30`
      &limit=`4`
    ]]
    


    [[!QuipReply?
      &thread=`blog-post-[[*id]]`
      &moderate=`1`
      &moderatorGroup=`Moderators`
      &closeAfter=`360`
      &tplAddComment=`AddComment`
      &tplPreview=`PreviewComment`
    ]]


    &type=`thread` works fine, family doesnt show any results.

    I’ve read the Manual more than one time, but can’t find the right answer sad