Quip.Upgrading to 1.0.1
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moreUpgrading to 1.0.1¶
If you are upgrading to Quip 1.0.0, you'll need to note the following changes:
No More Form Tag¶
In the &tplComment chunk, there is no longer any html form tag. The 'remove' and 'report as spam' buttons are now links. You will need to upgrade your tpls and CSS to reflect this.
OLs/LIs Now Properly Nested¶
In the &tplComment chunk, children comments are now properly nested inside, rather than outside each li tag. You may need to upgrade your tpls and CSS to reflect this. The new chunk looks like this:
<li class="[[+cls]]" id="[[+idprefix]][[+id]]" [[+depth_margin:notempty=`style="padding-left: [[+depth_margin]]px"`]]>
<div id="[[+idprefix]][[+id]]-div" class="quip-comment-body [[+alt]]">
<div class="quip-comment-right">
[[+md5email:notempty=`<img src="http://www.gravatar.com/avatar/[[+md5email]]?s=[[+gravatarSize]]&d=[[+gravatarIcon]]" class="quip-avatar" />`]]
</div>
<p class="quip-comment-meta">
<span class="quip-comment-author">[[+authorName]]:</span><br />
<span class="quip-comment-createdon"><a href="[[+url]]">[[+createdon]]</a>
[[+approved:if=`[[+approved]]`:is=`1`:then=``:else=`- <em>[[%quip.unapproved? &namespace=`quip` &topic=`default`]]</em>`]]
</span>
</p>
<div class="quip-comment-text">
<p>[[+body]]</p>
[[+replyUrl:notempty=`<p><span class="quip-reply-link"><a href="[[+replyUrl]]">[[%quip.reply? &namespace=`quip` &topic=`default`]]</a></span></p>`]]
</div>
<div class="quip-comment-options">
[[+report]]
[[+options]]
</div>
</div>
[[+children:notempty=`<ol class="quip-comment-list">[[+children]]</ol>`]]
</li>
See Also¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more