When I first saw it(can’t remember on some forums or wordpress), the threaded comment idea got stuck to me.
When I wanted to install that for my blog, it seems that I couldnt even decide which webpage to visit and even more complex for to to decide what to install.
Anyway at least I knew later 3 important names were involved.
Dodo.
Mark.
Brian.
It was difficult for me to know whats going on, because the installation instructions does not seem to be easy and for no reason I still cannot visit Brain’s blog (I managed to get the code looking at the source, and from wiki/). So as far as I could make out the history, the story goes something like this.
Dodo, running her on blog using the b2 engine, created the earilest threaded comments hacks or plugin I could find.
Mark, came to "translate or port" the script for wordpress 1.2. Although it supports non-javascript browsers, everytime you click on a comment to reply it, it redirects you to another page to post your comment.
Dodo have since moved over to wordpress. She finds that its troublesome to open another page just to submit a comment. She add javascript and a hidden field to mark’s script so a visitor can post a thread reply in the same page.
Dodo then switch to 1.5, and has upgraded her scripts. She also has plugins for notifying visitors who made comments through email called Threaded Comments Notification.
The latest advancements for the plugin was made by Brian. More javascript and DOM was involved, css, and option page was also there. Brian’s threads could be expanded and hidden, giving the wandering effect. Clicking the reply to comment would move the commentbox into the thread, compared to previous version where the page just scrolled to the bottom to make a comment.
Then came along I, who wanted to make things even similar. I didnt want to modify the database or edit the comment.php file. So I used javascript, "injecting" fields into the comment page, using DOM to do the reordering of comment boxes. Much work was based from Brain’s version. If someone do no have javascript enabled, he would see the normal layout.
Of course its far from perfect, and it has alot of issues. Anyone who can help is great. Esp. it does not work with IE.
Goto the plugin page.


Great plugin! Just installed it on our website, Dev Dawn. Thanks for developing such a helpful plugin.
Welcome, glad you like it.
Hi,
Already a good plugin, and will be great once out of beta. don’t worry too much about IE
I do have one issue though, I have a couple of pointers for you, (not delved too deeply into the code yet)
1) WordPress presents a clean HTML W3C compliant page, you have added a ‘replyto’ tag that is not liked by the standard W3C checkers (I use the HTMLTidy FireFox plugin)
2) When I installed the plugin files, I realised that the location of the javascript is hard coded… this does not load in my version of wordpress (with all the niceness ant .htaccess mod_rewrite switched on)
Thank you for your work so far. I hope you get to a release stage soon.
Cheers
Oh, point 2: I moved the js to the document root and changed the code to point - working now - jsut incase you thought it was a problem still
Thanks
It is nice to see good quality information available. Keep it up . Many thanks.