We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4653
    • 30 Posts
    Hello, I build my Blog with the Quip Comment function and would like to have the comments in the replay to thread document.

    I created a document in the root "Replay to Thread (33)" and set this in the Blog Template:

     <div class="post-comments" id="comments">[[!Quip?  
          &thread=`blog-post-[[*id]]`  
          &replyResourceId=`33`
          &closeAfter=`30`  
        ]]  
        <br /><br />  
        [[!QuipReply?  
           &thread=`blog-post-[[*id]]`
       &replyResourceId=`33`  
           &notifyEmails=`[email protected]`  
           &moderate=`1`  
           &moderatorGroup=`Moderators`  
           &closeAfter=`30`  
        ]]  
      </div>  
    


    But the comments don’t appear in the Replay to Thread.
    Should I do something extra?

    all the best
    carol
      • 28215
      • 4,149 Posts
      You shouldn’t include *any* parameters into the Quip and QuipReply calls in your Reply to Thread resource - it will automatically figure them out from your Quip thread you’re replying to.

      Your Reply To Thread should look like:

      <div class="post-comments" id="comments">
        [[!Quip]]
        <br /><br />  
        [[!QuipReply]]  
      </div>
      
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 4653
        • 30 Posts
        Hello Splittingred,

        does I understand you right.

        in my BlogPostTemplate i have to set my code i post in the first thread.
        In my Replay To Thread (ID33) i have to set your code in the resource?

        That’s all?
        thank for you help
        Carol
          • 28215
          • 4,149 Posts
          Yes. In your Reply to Thread page, you don’t need any parameters on the Quip/QuipReply snippets.

          On your *actual* post page (not the reply page), you need to put in whatever parameters you want to the QuipReply and Quip snippets.

          Quip will automatically know what to do on the Reply to Thread page.
            shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com