"Non-Author's comments not displaying?", 3rd Nov 2011, 7:15 PM #1
When I was editing my layout for my comic, at some point I ended up deleting some part of the code for the comment because it was displaying the "rate the comic/post a comment" part twice, and in doing so, I believe I may have deleted the part I need in order to display other's comments. Here is the code I have now:
<div class="post">
<a href="[commentlink]" onclick="var cl = window.open('[commentlink]', 'cw', 'height=400, width=500'); cl.focus(); return false;" title="post a comment">post a comment</a>
</div>
<!--cond:[authornotes]-->
<div class="commentheadings"><h5>author comments</h5></div>
<!--end_cond:[authornotes]-->
<!--loop:[authornotes]-->
<div class="comment">
<!--lcond:[avatar]--><a href="[l:profilelink]" title="[l:authorname]"><img class="avatar" src="[l:avatar]" alt="view [l:authorname]'s profile" /></a> <!--end_lcond:[avatar]-->
<div class="commentheader">
<h4>[l:posttime]</h4>
<h2><a href="[l:profilelink]" title="[l:authorname]">[l:authorname]</a></h2>
</div>
<div class="commentcontent">
<div class="[l:controlclass]"><a href="[l:editlink]" onclick="var cw = window.open('[l:editlink]', 'ce', 'height=400, width=500'); cw.focus(); return false;"><span class="editdelete">edit comment</span></a> |
<a href="[l:deletelink]" onclick="var cw = window.open('[l:deletelink]', 'ce', 'height=400, width=500'); cw.focus(); return false;"><span class="editdelete">delete comment</span></a></div>
<p>[l:comment]</p>
</div>
<div class="commentheader">end of message</div>
<!--end_loop:[authornotes]-->
And there should be about 4 or so comments on Page 63. Any help would be greatly appreciated.
Comic link here
<div class="post">
<a href="[commentlink]" onclick="var cl = window.open('[commentlink]', 'cw', 'height=400, width=500'); cl.focus(); return false;" title="post a comment">post a comment</a>
</div>
<!--cond:[authornotes]-->
<div class="commentheadings"><h5>author comments</h5></div>
<!--end_cond:[authornotes]-->
<!--loop:[authornotes]-->
<div class="comment">
<!--lcond:[avatar]--><a href="[l:profilelink]" title="[l:authorname]"><img class="avatar" src="[l:avatar]" alt="view [l:authorname]'s profile" /></a> <!--end_lcond:[avatar]-->
<div class="commentheader">
<h4>[l:posttime]</h4>
<h2><a href="[l:profilelink]" title="[l:authorname]">[l:authorname]</a></h2>
</div>
<div class="commentcontent">
<div class="[l:controlclass]"><a href="[l:editlink]" onclick="var cw = window.open('[l:editlink]', 'ce', 'height=400, width=500'); cw.focus(); return false;"><span class="editdelete">edit comment</span></a> |
<a href="[l:deletelink]" onclick="var cw = window.open('[l:deletelink]', 'ce', 'height=400, width=500'); cw.focus(); return false;"><span class="editdelete">delete comment</span></a></div>
<p>[l:comment]</p>
</div>
<div class="commentheader">end of message</div>
<!--end_loop:[authornotes]-->
And there should be about 4 or so comments on Page 63. Any help would be greatly appreciated.
Comic link here
_______________________

