<![CDATA[ can any one see my problem - My Forums]]> https://forums.modx.com/thread/?thread=87067 <![CDATA[can any one see my problem]]> https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-479736
ViewComment chuck

				<ul>
					<li>
						<a href="#"><img src="assets/templates/positive/css/images/avatar.jpg" alt="" class="avatar" /></a>
						<section class="top">
							<p><a href="#" class="reply">Reply</a> <span class="right"><a href="[[+url]]">[[+createdon]]</a></span> <a href="#" class="username">[[+authorName]]:</a>[[+approved:if=`[[+approved]]`:is=`1`:then=``:else=`- <em>[[%quip.unapproved? &namespace=`quip` &topic=`default`]]</em>`]]</p>
						</section>
						<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></div>
</div>
    [[+children:notempty=`<ol class="quip-comment-list">[[+children]]</ol>`]]
					</li>
<li>[[+preview]]</li>
				</ul>	
			</section>


AddComment Chunk

<span class="quip-success" id="quip-success-[[+idprefix]]">[[+successMsg]]</span>
			<form action="[[+url]]#quip-comment-preview-box-[[+idprefix]]" method="post" id="comment-form">
				<h4>Leave Comment</h4>

				<label for="name-field">[[%quip.name? &namespace=`quip` &topic=`default`]]:<span class="quip-error">[[+error.name]]</span></label>
				<input type="text" class="field" value="" id="name-field" />

				<label for="email-field">[[%quip.email]]:<span class="quip-error">[[+error.email]]</label>
				<input type="text" class="field" value="" id="email-field" />
				
				    <div class="quip-fld">
						<label for="quip-comment-notify-[[+idprefix]]">[[%quip.notify_me]]:<span class="quip-error">[[+error.notify]]</span></label>
						<input type="checkbox" value="1" name="notify" id="quip-comment-notify-[[+idprefix]]" [[+notify:if=`[[+notify]]`:eq=`1`:then=`checked="checked"`]] />
					<br />
				</div>

				<label for="message-field">Comment :</label>
				<textarea class="field" id="message-field">[[+comment]]</textarea>
				<script type="text/javascript">
         function showRecaptcha(element) {
           Recaptcha.create("your_public_key", element, {
             theme: "blackglass",
             callback: Recaptcha.focus_response_field});
         }
      </script>

				
				<button type="submit" name="[[+preview_action]]" value="1">[[%quip.preview]]</button>
    [[+can_post:is=`1`:then=`<button type="submit" name="[[+post_action]]" value="1">[[%quip.post]]</button>`]]
				
			</form>
			<span class="quip-success" id="quip-success-[[+idprefix]]">[[+successMsg]]</span>


my problem is it wont post or preview once I click the button

my calls to these chunks are

<section id="comments">
				<h4><a href="#" class="reply">Comments</h4>
				
			[[!Quip? &thread=`blog-post-[[*id]]` &tplComment=`ViewComment` &threaded=`0`]]
				
			</section>

				[[!QuipReply? &thread=`blog-post-[[*id]]` &recaptcha=`1` &tplAddComment=`AddComment`]]


all help appreciated]]>
sugacoma Oct 08, 2013, 12:23 PM https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-479736
<![CDATA[Re: can any one see my problem]]> https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-480038
The site doesn't have members nor am I sure I want any so I went with a static one that I can keep the theme of my site clean as it will mainly be used as on e-portfolio the comment thread is just something I am toying with to aid discussion on topics for my university course.

I may drop it in favour of a mini forum ...I'm undecided.]]>
sugacoma Oct 11, 2013, 12:57 PM https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-480038
<![CDATA[Re: can any one see my problem]]> https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-480036
Good luck.

PS: why use a static avatar? It's possible to use a default image.]]>
might-e Oct 11, 2013, 12:36 PM https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-480036
<![CDATA[Re: can any one see my problem]]> https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-480027
But thanks for the insight]]>
sugacoma Oct 11, 2013, 10:56 AM https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-480027
<![CDATA[Re: can any one see my problem]]> https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-479951 might-e Oct 10, 2013, 10:51 PM https://forums.modx.com/thread/87067/can-any-one-see-my-problem#dis-post-479951