[displaying comments]
Eirik’s started displaying comments and trackbacks prominently, which is lovely! Monologic blogs (with no comments) are less interesting than the dialogic ones, he finds, and though I used to be a comment-skeptic, these days I agree with him. Eirik also shows the code he put in his MoveableType template so it’ll display comments. My code’s just the same except I added anchors so that when you click on the link to a comment on the front page, you go straight to that particular comment. Liz told me about that ;)
<MTCommentEntry>
Re: <a href="<$MTEntryLink$>#<$MTCommentID$>” target="_blank” style="font-size:11px;"><$MTEntryTitle$></a>
</MTCommentEntry>
<br>
(<$MTCommentAuthor$>, <$MTCommentDate format="%e/%m"$>)<br>
</MTComments>
8 Comments »
RSS feed for comments on this post.
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
thanks Jill et al, we were looking for some easy code to implement this on grandtextauto!
Comment by andrew stern — 3/6/2003 @ 17:25
As one who does not have comments on the blog, I think it’s all a matter of what you want with the blog. While I enjoy the feedback my blog creates, I still blog for myself. “More interesting” isn’t really an argument for getting comments, I am waiting for “useful". This is why blogonblog used to have comments, back when blogback had the first experiments with them. They were useful. I’ll survive being less interesting.
Comment by torill — 3/6/2003 @ 17:45
by the way, a technical note, for this to really work properly, I think you need to add bookmark anchors for each comment in your Individual Entry Archive, eg,
<a name=">$MTCommentID$>"></a>
Otherwise, clicking on a recent comment link won’t actually scroll you down to the comment itself.
So inside my Individual Entry Archive template, I changed the <MTComments> section to be:
<MTComments>
<div class="comments-body">
<a name="<$MTCommentID$>"></a>
<$MTCommentBody$>
<span class="comments-post">Posted by: <$MTCommentAuthorLink spam_protect="1″$> at <$MTCommentDate$></span>
</div>
</MTComments>
Comment by andrew stern — 3/6/2003 @ 18:07
Thanks, Andrew - I forgot about the anchors at the receiving end!
Comment by Jill — 4/6/2003 @ 23:00
what is IKT
Comment by John Robert Wheeler — 7/10/2003 @ 20:50
IKT is the Norwegian acronym for ICT: Information and Communication Technologies.
It might mean other things as well?
Comment by Jill — 7/10/2003 @ 22:24
That’s good idea.
Comment by Jack — 6/1/2004 @ 11:29
Thanx for the code to go straight to a particular comment. I’m using it now.
Comment by Timothy — 21/2/2004 @ 16:29