tplPreview
Last updated Mar 6th, 2021 | 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 moreQuipReply's tplPreview Chunk¶
The Chunk for QuipReply's &tplPreview parameter. It is displayed when a user is previewing their soon-to-be-posted comment.
Default Value¶
<div class="quip-comment quip-preview" id="quip-comment-preview-box-[[+idprefix]]">
<div class="quip-comment-right">
[[+gravatarUrl:notempty=`<img src="[[+gravatarUrl]]" class="quip-avatar" alt="" />`]]
</div>
<p class="quip-comment-meta">
<span class="quip-comment-author">[[+username]]:</span><br />
<span class="quip-comment-createdon">[[+createdon]]</span>
</p>
<div class="quip-comment-body"><p>[[+comment]]</p></div>
<br class="clear" />
</div>
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