We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8364
    • 9 Posts
    Got a issue with QuipCount not updating when a new comment is posted.

    QuipCount is on my home page and section pages, and it outputs the integer, just doesnt update when new comments are posted.

    Tag in the chunk for this is : "
    [[QuipCount? &thread=`[[+pagetitle]]`]]
    "

    Then on the documents where the comments are displayed I am using

    [[!Quip? &thread=`[[*pagetitle]]` &threading=`1` &replyResourceId=`[[*id]]`]]
    <br />
    [[!QuipReply? &thread=`[[*pagetitle]]`]]




    I’m thinking it maybe something to do with the cache, as when I save anything in the Manager the comment totals update.
      • 8364
      • 9 Posts
      Wish the RTFM was easier to find what your looking for.

      Adding a "!" before the snippet call means its called uncached. eg. [[!snippet]]

      Solved.