[[+content_image]]
A
A
Alexander Ivanov2015-11-13 12:31:41
MODX
Alexander Ivanov, 2015-11-13 12:31:41

How to remove the number of comments in Quip on MODX REVO?

Output comments and submit form

<div class="post-comments" id="comments">
    <div id="Comment">
    [[!Quip? 
    	&thread=`вопрос-2`
    	&useGravatar=`0`
    	&dateFormat=`%d %b %Yг. в %H:%M`
    	&tplComment=`comment`
    ]]
    </div>
    <div id="AddComment">
    [[!QuipReply?
        &thread=`вопрос-2` 
    	&moderate=`0` 
    	&tplAddComment=`AddComment`
    ]]
    </div>
  </div>

Comment
<li class="[[+cls]]" id="[[+idprefix]]57084" >
<div id="[[+idprefix]]57084-div" class="quip-comment-body [[+alt]]">

    <div class="quip-comment-text">
        <p>[[+body]]</p>
        <span class="quip-comment-author">[[+authorName]]:</span>
 
        
    </div>
 
    <div class="quip-comment-options">
        [[+report]]
        [[+options]]
    </div>
    <div class="quip-break"></div>
</div>
    
</li>

Submission Form
<h1>Оставить отзыв</h1>
[[+preview]]
<span class="quip-success" id="quip-success-[[+idprefix]]">[[+successMsg]]</span>
 
<form id="quip-add-comment-[[+idprefix]]" action="[[+url]]#quip-comment-preview-box-[[+idprefix]]" method="post">
<div class="quip-comment quip-add-comment">
<input type="hidden" name="nospam" value="" />
<input type="hidden" name="thread" value="[[+thread]]" />
<input type="hidden" name="parent" value="[[+parent]]" />
<input type="hidden" name="auth_nonce" value="[[+auth_nonce]]" />
<input type="hidden" name="preview_mode" value="[[+preview_mode]]" />
 
 <div class="quip-fld">
<label for="quip-comment-name-[[+idprefix]]">quip.name:<span class="quip-error">[[+error.name]]</span></label>
<input type="text" name="name" id="quip-comment-name-[[+idprefix]]" value="[[+name]]" />
<br />
</div>
 
<div class="quip-fld">
<label for="quip-comment-email-[[+idprefix]]">quip.email:<span class="quip-error">[[+error.email]]</span></label>
<input type="text" name="email" id="quip-comment-email-[[+idprefix]]" value="[[+email]]" />
<br />
</div>
 
<div class="quip-fld recaptcha">
[[+quip.recaptcha_html]]
<span class="quip-error">[[+error.recaptcha]]</span>
</div>
 
<textarea name="comment" id="quip-comment-box-[[+idprefix]]" rows="5">[[+comment]]</textarea>
 

 
<br class="clear" />
</div>
</form>

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
Владимир Ребров, 2015-11-14
@cimonlebedev

Забудьте про Quip. Используйте Tickets. А еще лучше - easyComm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question