<![CDATA[ Quip comments not displaying using - My Forums]]> https://forums.modx.com/thread/?thread=103566 <![CDATA[Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557149
[[+comments]]
code call...

Basically - approved comments submitted when using the recaptchaV2 solution means that these comments do not display using the
[[+comments]]
code call...

however...

If I use the
[[!QuipLatestComments]]
code call... they are rendered...

Does anyone have a reason why this might be? I cant seem to find any way of adding parameters to the
[[+comments]]
chunk to force it to render all relevant comments...

Its very odd! any ideas anyone?

RE: getting quip to work with recaptchaV2 all we are doing is using the recaptchaV2 addon (https://modx.com/extras/package/recaptchav2) - calling it via a prehooks call and then also made an edit to the core/components/quip/processors/web/comment/create.php file to change the line:
$quip->preHooks->loadMultiple($this->getProperty('preHooks',''),$this->getProperties(),array(
to become
$quip->preHooks->loadMultiple($this->getProperty('preHooks',''),$fields,array(
- so not sure if this change is creating the issue??

quipReply code call is:
[[!QuipReply? &thread=`[[*pagetitle]]` &preHooks=`recaptchav2` &closeAfter=`0` &tplAddComment=`quipAddComment_recaptchaV2` &moderate=`1` ]]


With inside the quipAddComment_recaptchaV2 chunk, I have the code below to render the recaptchaV2 element:
[[!recaptchav2_render]]
<span class="quip-error"> [[!+error.recaptchav2_error]]</span>


Anyone got any ideas???]]>
dubbs Mar 03, 2018, 09:50 PM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557149
<![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557192 ]]> BobRay Mar 05, 2018, 04:21 PM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557192 <![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557180 https://forums.modx.com/thread/103038/quip-with-recaptcha-v2?page=5#dis-post-557174]]> dubbs Mar 05, 2018, 12:22 PM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557180 <![CDATA[Re: Quip comments not displaying using (Best Answer)]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557169
&thread=`article-BLOGARTICLEID-[[*id]]`


So replace 'BLOGARTICLEID' with the page ID of your blog/articles resource and it will work... wink]]>
dubbs Mar 05, 2018, 10:33 AM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557169
<![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557166
So... the issue is as above - just hard coded a thread id and the comment was submitted correctly...

So... the issue seems to be with
[[!QuipReply? &thread=`myThread`


Its trying to add comments to a thread using the pageTitle rather than the thread ID... how can I force it to add comments to the thread ID???]]>
dubbs Mar 05, 2018, 10:20 AM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557166
<![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557165 Quote from: BobRay at Mar 05, 2018, 05:30 AM
I gave it a shot with several different methods, but kept coming up against this:
Error: Class 'quipComment_mysql' not found in core\xpdo\xpdo.class.php on line 783


Hi Bob - what did you try?]]>
dubbs Mar 05, 2018, 09:49 AM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557165
<![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557161
Error: Class 'quipComment_mysql' not found in core\xpdo\xpdo.class.php on line 783




]]>
BobRay Mar 05, 2018, 05:30 AM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557161
<![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557159 dubbs Mar 04, 2018, 09:05 PM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557159 <![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557158 Quote from: BobRay at Mar 03, 2018, 10:47 PM
You might try this, in case it's a cache issue:

[[!+comments]]


It shouldn't matter, since the snippet that sets the placeholder is called uncached (right?), but it's worth a try.

Hi Bob - no, sorry no change... something odd going on!]]>
dubbs Mar 04, 2018, 08:21 PM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557158
<![CDATA[Re: Quip comments not displaying using]]> https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557150
[[!+comments]]


It shouldn't matter, since the snippet that sets the placeholder is called uncached (right?), but it's worth a try.]]>
BobRay Mar 03, 2018, 10:47 PM https://forums.modx.com/thread/103566/quip-comments-not-displaying-using#dis-post-557150