« Getting Postgres and Movable Type to play well together | Main | Entry v 0.5 »
June 12, 2004
CommentThreads is working!
As you may see if you look at the comment pages on this site, you can now reply to a specific comment and it will be displayed as such when you submit your comment.
So, CommentThreads is working now. I just need to clean it and ExtendedComments up before releasing them to the public. Should only be a couple more days. Until then, here is the template code I am using on my site to display the comment threads, just to give you a taste (edited slightly for display purposes):
<MTCommentThreads>
<MTCommentThreadsIfFirst><ul></MTCommentThreadsIfFirst>
<li><div class="comment">
<a id="c<$MTCommentID$>"></a>
<h4><MTCommentTitle use_default="1"></h4>
<div class="posted">
<p class="posted">» <$MTCommentAuthorLink spam_protect="1"
no_redirect="1"$> at <$MTCommentDate$>:</p>
<p>[ <a href="<$MTCGIPath$><$MTCommentScript$>
?__mode=preview
&entry_id=<MTEntryID>
&parent_id=<MTCommentID>
&static=1">Reply to this</a> ]</p>
</div>
<$MTCommentBody$>
</div>
<MTCommentThreadsRecurse>
</li>
<MTCommentThreadsIfLast></ul></MTCommentThreadsIfLast>
</MTCommentThreads>
Posted by rayners at June 12, 2004 09:10 AM
Trackback Pings
TrackBack URL for this entry:
http://mt.rayners.org/mt-tb.cgi/308
Listed below are links to weblogs that reference CommentThreads is working!:
» code covet from the queen's caffeine
I cannot wait until the release of the CommentThreads plugin. Then my threaded comments will actually appear properly threaded. Yes,... [Read More]
Tracked on June 16, 2004 10:58 PM
![[TypeKey Profile Page]](http://www.rayners.org/nav-commenters.gif)
When I hit reply to this on previous commentthreads, the title was set to Re: and then the entry title not Re: comment title I'm replying to !
Posted by: Arvind
at June 13, 2004 11:51 AM