<![CDATA[ Quip form not appearing; 'replyResourceId' issue? - My Forums]]> https://forums.modx.com/thread/?thread=96975 <![CDATA[Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-524687
http://rtfm.modx.com/revolution/2.x/case-studies-and-tutorials/creating-a-blog-in-modx-revolution

The snag I have hit is that the Comments Form is not even showing up, and I feel it is related to the replyResourceId. It instructs you to do the following:

Add a "Reply to Thread" page with these snippet calls:

<h2>Reply to Thread</h2>
[[!Quip]]


[[!QuipReply]]

This is supposed to to specify a Resource ID where our Reply to Thread post is going to be.

The question I would have for this is how do I go about creating the Reply To Thread page? What if any template should I use before adding the snippet calls to the content for it?

Any help would be greatly appreciated, as I have posts, tvs, tags and so forth working, and comments are the last thing I need to get working to finally make some progress.

Thanks!]]>
jhcbiinoc2 Apr 21, 2015, 10:48 AM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-524687
<![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525436 donshakespeare May 12, 2015, 02:48 PM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525436 <![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525298 jhcbiinoc2 May 08, 2015, 01:18 AM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525298 <![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525077 Let's deal with recaptcha:

In System Settings ( click the gear in MODx Manager)
Extreme right, before, "Clear Filter", type "recaptcha" in "Search By Key".

Look for, and fill appropriately:
recaptcha.private_key
recaptcha.public_key

Does your form work as expected?


Let's deal with moderation:

Look in http://rtfm.modx.com/extras/revo/quip/quip.quipreply
Consider adding these: moderate, closeAfter, moderators, moderatorGroup, notifyEmails etc.

What is working now?]]>
donshakespeare May 01, 2015, 01:47 AM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525077
<![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525076
Also, this appears above the "Add a new comment" text field:

To use reCAPTCHA you must get an API key from http://recaptcha.net/api/getkey

Once I get a key, where do I go to configure this?

Thanks again for your help...I think that tutorial might have been outdated. But this absolutely helps a great deal.]]>
jhcbiinoc2 May 01, 2015, 12:29 AM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525076
<![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525070 ¬ifyEmails=`[email protected]` this seems dubious from the tutorial.

To help you troubleshoot, let's format your code, if necessary type it out from scratch (avoid copy and paste).
And let's work step by step.


On your blog page insert this code
[[!Quip? &thread=`article-b[[*parent]]-[[*id]]` &threaded=`1` &closeAfter=`0` &replyResourceId=`5` &maxDepth=`2`]]
[[!QuipReply? &closeAfter=`0` &thread=`article-b[[*parent]]-[[*id]]` &recaptcha=`1` &autoConvertLinks=`0`]]

What do you see?]]>
donshakespeare Apr 30, 2015, 03:54 PM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525070
<![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525047 http://rtfm.modx.com/revolution/2.x/case-studies-and-tutorials/creating-a-blog-in-modx-revolution:

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


On the the reply to page, all I have is:

[[!QuipReply]]
<br />
[[!Quip]]


No reply form is appearing at all...the only thing I am still getting is this error in the error log:

[2015-04-30 01:58:26] (ERROR @ /index.php) `[[+id]]` is not a valid integer and may not be passed to makeUrl()
[2015-04-30 01:59:15] (ERROR @ /index.php) `[[+id]]` is not a valid integer and may not be passed to makeUrl()


Can anyone help me out here? Articles did not work for me at all, and now I cannot get Quip to work. I really don't want to, but if I have to I will leave off comments to get my site running or use (ugh) WordPress temporarily until the new version of Flexibility comes out. Thanks for any assistance anyone might be able to provide.
]]>
jhcbiinoc2 Apr 29, 2015, 09:05 PM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-525047
<![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-524701
1. Comments are still not appearing-not even a form to post a reply;
2. I cannot determine how to set the Resource ID to 200, it created it as 5;
3. Error Log is showing this:
(ERROR @ /index.php) `[[+id]]` is not a valid integer and may not be passed to makeUrl()

Here is the code I am using:

<div class="post-comments" id="comments">[[!Quip?
								&thread=`blog-post-[[*id]]`
								&replyResourceId=`5`
								&closeAfter=`30`
                                                                &tplComment=`tplComment`
                                                                &threaded=`1`
                                                                &maxDepth=`2`
								]] <br />
								<br />
								[[!QuipReply?
								&thread=`blog-post-[[*id]]`
								¬ifyEmails=`[email protected]`
								&moderate=`1`
								&moderatorGroup=`Moderators`
								&closeAfter=`30`
                                                                &tplAddComment=`quipAddReplyTpl`
								]] </div>
]]>
jhcbiinoc2 Apr 22, 2015, 12:34 AM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-524701
<![CDATA[Re: Quip form not appearing; 'replyResourceId' issue?]]> https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-524697
Example
myBlog.html
[[!Quip? &tplComment=`tplComment` &threaded=`1` &replyResourceId=`200` &maxDepth=`2`]]
[[!QuipReply? &tplAddComment=`quipAddReplyTpl`]]


replyTo.html (Resource Id=`200`)
// no need to call [[!Quip]] again
[[!QuipReply]]


Both pages can have the same template


Demo
http://www.leofec.com/modx-revolution/using-only-one-form-in-modx-quip-comments.html
Blog content with regular comments, and ability to reply

ReplyTo page returns blank with no parameters

ReplyTo page returns form to reply to blog content]]>
donshakespeare Apr 21, 2015, 05:38 PM https://forums.modx.com/thread/96975/quip-form-not-appearing-replyresourceid-issue#dis-post-524697