Comic Fury Webcomic Hosting - Non-Author's comments not displaying?

You are not logged in. Log in, Register, More info
Forum > Layouts, HTML, CSS & Javascript > Non-Author's comments not displaying?
Pages: [1]

"Non-Author's comments not displaying?", 3rd Nov 2011, 7:15 PM #1
ryuskrew♂

User avatar
Posts: 236
Referrals: 0
Registration date: 18th Jul 2011
Location: mushroom kingdom
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
3rd Nov 2011, 7:18 PM #2
Kyo♂
I got to choose mine
User avatar
Posts: 6888
Referrals: 0
Registration date: 6th Jul 2008
Location: Germany
that part of code you pasted is only for author notes

also are you sure you actually approved the comments in your comment management?
_______________________
hello
3rd Nov 2011, 7:20 PM #3
ryuskrew♂

User avatar
Posts: 236
Referrals: 0
Registration date: 18th Jul 2011
Location: mushroom kingdom
Kyo:that part of code you pasted is only for author notes

also are you sure you actually approved the comments in your comment management?


Well that makes sense. I deleted the code for the regular comments then. Any way you could copy/paste it here so I can insert it back in?

And yeah I did. If you go to my comic profile, it'll show up in recent comments and everything. Just not on the pages themselves.
3rd Nov 2011, 7:22 PM #4
Kyo♂
I got to choose mine
User avatar
Posts: 6888
Referrals: 0
Registration date: 6th Jul 2008
Location: Germany
here's what you do: in the edit layout thing, there's an option to download a backup of your current layout. Do this. Then, reset your layout to the default you based it on, copy the code (should be fairly easy to tell what it is, just loop for the loop start and end), then upload that backup you made, and paste it in.
_______________________
hello
3rd Nov 2011, 7:26 PM #5
ryuskrew♂

User avatar
Posts: 236
Referrals: 0
Registration date: 18th Jul 2011
Location: mushroom kingdom
Kyo:here's what you do: in the edit layout thing, there's an option to download a backup of your current layout. Do this. Then, reset your layout to the default you based it on, copy the code (should be fairly easy to tell what it is, just loop for the loop start and end), then upload that backup you made, and paste it in.


Yes! Thank you very much!
Forum > Layouts, HTML, CSS & Javascript > Non-Author's comments not displaying?
Pages: [1]