DISCOVER 'RFS' 100% AUTOMATED SYSTEM EARN $5000 WITH A LAPTOP
 




Get Reviewed by this Blog for only $500
DealDotComTTZ MediaPerformancing Ads
Pepperjam NetworkBidvertiser
Text Link AdsKonterra

While visiting the Shoe, I came across a really neat Wordpress Plugin call Brian’s Threaded Comments. This is a really cool Plugin that I had to install.

Brain’s Threaded Comments add a “Reply to this comment” link to every blog comments. When you click the reply link, your comment is placed direct under the comment you replied to. This is great if a reader asks a question. Instead of scrolling down the blog post to see if anyone answered, he can do so by looking at his own comment.

You can see an example of what a threaded reply looks like here.

threaded.jpg

Having the ability to reply inline in the comments gives the blog a forum like feature and should help to increase comments and interaction level among the blog readership. Give it a try and tell me what you think.

Find out what I am doing right now by following me on Twitter! If you like this post then please consider subscribing to my full feed RSS. You can also subscribe by Email and have new posts sent directly to your inbox.

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4.33 out of 5)
Loading ... Loading ...

Here's A Few More Related Posts

  • Better Comments Manager Wordpress Plugin
  • Fixing The Threaded Comments Cancel Issue
  • MyAvatars For MyBlogLog
  • Die Spammers! Die!
  • Hacking The Challenge Question

    RSS feed

    56 Comments

    Comment by Jane
    2007-01-17 19:24:49
    MyAvatars 0.2

    Ooops, I posted a comment on the previous post noticing the the change. I didn’t realize you would post about it or I would have waited. Should have guessed huh. I was scrolling down some of the comments and there are some formatting problems, just an FYI. I’m sure you know there are some minor gliches here and there.

    Great look and organization!

     
    Comment by Nick Witkoski
    2007-01-17 19:24:57
    MyAvatars 0.2

    great find john, this will make it aloooooooot easier for you im sure. It seems someone will ask you a question and before you get a chance to reply you have 10 people posting comments ahead of you.

     
    Comment by Ryan
    2007-01-17 19:27:24
    MyAvatars 0.2

    Good idea. With so many comments it can be tough sometimes to follow the discussions going on by various posters.

    My only complain is that the CSS is a little weird, as I liked the old button and such. I’m sure I’ll get used to it.

    Oh, and when I hit tab I don’t go to the ‘Add comment’ button–that’s a pain in the ass. Maybe you can change the focus order to fix it?

     
    Comment by David Mackey
    2007-01-17 19:31:13
    MyAvatars 0.2

    Now that is an awesome feature.

    Comment by baron
    2007-01-17 20:34:23
    MyAvatars 0.2

    I agree.

    Just testing the threading thing.

    Would be nice if you could alternate colors or shades with the responses.

    Comment by baron
    2007-01-17 20:35:20
    MyAvatars 0.2

    oops, now I see that it is. Just that it’s a very light shade.

    Comment by Michael Kwan
    2007-01-17 21:37:03
    MyAvatars 0.2

    I’m touched that you’re using my comment as an example *blush*. Haha.

    But anyways, the only reason why I’m replying to this comment is just to see how several layers deep would look.

    (Comments wont nest below this level)
    Comment by Michael Kwan
    2007-01-17 21:38:30
    MyAvatars 0.2

    I just saw this under my comment above:
    “(Comments wont nest below this level)”

    I wonder what that means.

    Oh, and something that I forgot to mention is that while I like the idea of threaded comments, I like the old look better. I think it’s the font or layout or something that’s bugging me.

     
     
     
    Comment by HMTKSteve
    2007-01-18 05:34:37
    MyAvatars 0.2

    Let’s see what happens when I reply to a nested comment.

    Comment by Michael Kwan
    2007-01-18 13:24:40
    MyAvatars 0.2

    I can see how threads within threads, nested within other threads could get a little complicated.

    (Comments wont nest below this level)
     
     
     
     
    Comment by Stew
    2007-01-17 19:43:40
    MyAvatars 0.2

    If you click “Reply to this comment” and then “Unreply” it distorts the page (FF user) .. Just thought you should know

    Comment by John Chow
    2007-01-17 21:16:48
    MyAvatars 0.2

    Wow! LOL That is messed up. The solution would be to not unreply. :)

     
     
    Comment by John Chow
    2007-01-17 19:43:43
    MyAvatars 0.2

    OK, I see the first problem. The reply box pushed my right side bar under my blog when viewed in IE! On Firefox it’s fine. Anyone know how to fix this?

    Comment by Ryan
    2007-01-17 19:46:05
    MyAvatars 0.2

    Maybe I should have used the damn feature!

    Anyway, check the width of the input box and/or the outer wrapper of the comments.

    Comment by Ryan
    2007-01-17 19:47:21
    MyAvatars 0.2

    OK, I just checked it out in IE and it looks to be the box that holds the input box. This might be forced by the input box itself, so update both. :)

    Did I mention the tab thing is killing me?!

    Comment by Gary
    2007-01-17 20:11:57
    MyAvatars 0.2

    Very interesting plugin

    (Comments wont nest below this level)
     
    Comment by John Chow
    2007-01-17 21:49:53
    MyAvatars 0.2

    I don’t know what you mean about the tab thing. What does it do?

    (Comments wont nest below this level)
     
     
     
    Comment by Ryan
    2007-01-17 20:28:43
    MyAvatars 0.2

    Here’s the fix, John.

    In the plugin change the following:

    .comment .body .content
    {
    padding: 0px 3px 0px 3px;
    width: 100%;
    overflow: auto;
    }

    to

    .comment .body .content
    {
    padding: 0px 3px 0px 3px;
    width: 95%;
    overflow: auto;
    }

    Also change:

    #commentform textarea {
    width: 97%;
    }

    to

    #commentform textarea {
    width: 90%;
    }

    With those changes it works great for me in IE.

    Comment by John Chow
    2007-01-17 20:39:19
    MyAvatars 0.2

    Ya! It worked! You’re awesome!

    Comment by Gdog
    2007-01-17 20:51:52
    MyAvatars 0.2

    This is pretty cool…

    (Comments wont nest below this level)
     
    Comment by Ryan
    2007-01-18 06:31:20
    MyAvatars 0.2

    I do what I can. :D

    (Comments wont nest below this level)
     
     
     
    Comment by My New Choice
    2007-01-17 20:46:54
    MyAvatars 0.2

    Stop using IE. Lol. :)

    Comment by John Chow
    2007-01-17 20:56:04
    MyAvatars 0.2

    Can’t do that. 42% of readers still use IE to view this blog. Have to make sure it looks correct for them.

    Comment by Jane
    2007-01-18 11:06:48
    MyAvatars 0.2

    I’m one of those people in the 42%. Sorry guys :) But I did just download firefox yesterday and love the features. Especially in WordPress, a word that needs to be edited is underlined…i love it!

    (Comments wont nest below this level)
     
     
     
     
    Comment by Ryan
    2007-01-17 19:45:23
    MyAvatars 0.2

    John, you should set the stylesheet to force a smaller width. I’ve had this issue before with blogs and it’s typically a width issue.

     
    Comment by Stephen
    2007-01-17 20:07:32
    MyAvatars 0.2

    Installed! Works good on my template.

     
    Comment by Alex Becker
    2007-01-17 20:44:41
    MyAvatars 0.2

    looks good. Maybe the colors could be a bit more noticeable.

    Comment by John Chow
    2007-01-17 21:12:56
    MyAvatars 0.2

    I’ve changed the shade to match the side bar. It’s a bit darker than the default shade.

     
     
    Comment by My New Choice
    2007-01-17 20:48:27
    MyAvatars 0.2

    Just saw the same post over at Shoe and then came here to see you have already made the update. It is an interesting plugin though.

     
    Comment by Michael Kwan
    2007-01-17 21:40:27
    MyAvatars 0.2

    Something strange is happening with some of the comments: they have lines going through the text.

    Comment by John Chow
    2007-01-17 21:48:54
    MyAvatars 0.2

    That is a glitch in Firefox. It doesn’t happen in IE.

    Comment by Leftblank
    2007-01-18 05:44:05
    MyAvatars 0.2

    Then I think you should get it fixed, you don’t want to advertise IE usage, do you? ;)

    Comment by Michael Kwan
    2007-01-18 15:05:02
    MyAvatars 0.2

    I agree. Firefox > IE

    (Comments wont nest below this level)
     
     
     
     
    Comment by Raghu
    2007-01-17 22:10:00
    MyAvatars 0.2

    Hey this is a great new feature. Guess some of the other blogs where # of comments are high also start using this. It makes life much much easier for your readers

    Is this something new because I have not seen it on other blogs though ?

    Comment by John Chow
    2007-01-18 10:53:07
    MyAvatars 0.2

    I think it’s been around for a while. Just not used by many blog because the author didn’t do a good job promoting it.

     
     
    Comment by Andrew Chen
    2007-01-17 23:17:07
    MyAvatars 0.2

    Great tool definitely need to try.

     
    Comment by Nomar
    2007-01-17 23:40:59
    MyAvatars 0.2

    this is a really cool option :)

     
    2007-01-17 23:59:17
    MyAvatars 0.2

    [...] Also, I was reading about a Wordpress plugin for Threaded Comments over at JohnChow.com and thought that would be a great addition to this blog as well since not only does John use the same theme for his blog that I do but I’m sure one day I’ll have people leaving comments and this will make them much easier to read. After some quick testing and color tweaking I think I have it matching the site perfectly in both the main web browsers (IE and Firefox). If anyone see anything funky please leave a comment below and let me know so I can fix it. [...]

     
    Comment by Nate W.
    2007-01-18 00:02:22
    MyAvatars 0.2

    Excellent tool. Once I start receiving more comments on my blog, I will be sure to install this. Thanks for the heads up, John!

     
    Comment by HMTKSteve
    2007-01-18 05:34:09
    MyAvatars 0.2

    So this is why the comments looks so funny all of a sudden.

     
    Comment by Leftblank
    2007-01-18 05:46:45
    MyAvatars 0.2

    Looks very nice like already said a lot, hopefully you’ll fix those odd CSS things in Firefox.

    In addition to that I’d recommend a ‘Remember Subscription toggled’ button or so, I’ve got to keep ticking it now if I find something nice. In addition to that the box shows up twice and I don’t know how your plugin will handle that ;)

     
    Comment by Tyler
    2007-01-18 07:28:36
    MyAvatars 0.2

    42% use IE? That’s less than half your readers. I do all my work in Firefox and then I look at fixing it in IE.

    IE7 is a bit better at following the W3C Standards but I still make everything look the way I want it to in Firefox and then look at fixing it for other browsers.

    As for the comments, if you get enough replies on a comment won’t it becomes soo squished it would be 1 character per line? Or does the overflow fix that?

    I just noticed it up a few replies how it started to get squished.

    Comment by Raghu
    2007-01-18 09:26:43
    MyAvatars 0.2

    Albeit I get a smallish number of users on my blog - Firefox IT split is 65%:35% !

    Personally I prefer Firefox over IE :-)

     
     
    Comment by Raghu
    2007-01-18 09:13:00
    MyAvatars 0.2

    John,

    Absolutely great idea of your introducing this threaded comments. One clear benefit I see for me is that I can have a focused discussion with the other readers on your blog.

    From you its makes your life easier to follow up comment threads and keep yourself updated. With the increased number of comments I am sure you must have felt overloaded in managing comments - Was this by any chance the reason why you started searching for a threaded comments possibility in the first place ?

    Another benefit is that given that threads have more ‘intelligence’ as compared a simple list of comments it makes your life easier to come up with topics that your reader base want and find useful.

    Comment by John Chow
    2007-01-18 10:54:57
    MyAvatars 0.2

    It was by sheer chance. I didn’t go looking for it. But I’m glad I stumbled onto it. :)

    Comment by Raghu
    2007-01-18 13:09:54
    MyAvatars 0.2

    But yes good for you and me that you found it - I am having a much better experience on you blog ever since you installed this.

    Comment by LEMONed
    2007-01-22 05:19:40
    MyAvatars 0.2

    Testing BTC…

    (Comments wont nest below this level)
     
     
     
     
    Comment by Jane
    2007-01-18 11:09:14
    MyAvatars 0.2

    The organization of the comments seems to make it easier for people to respond to other people’s posts rather than comment on your site directly. This should turnout with more activity in your comments arena. I think people like to see visitors being involved in a blog. It gives them sotries within the blog i guess…

     
    Comment by Hannes Johnson
    2007-01-18 12:15:46
    MyAvatars 0.2

    Cool plugin - but I think it’s more appropriate for “bigger” blogs like yours. And not new blogs that only get 2-3 comments per post ;) I’ll probably install this plug-in when I’m getting more comments…

    But now you have two ways for people to subscribe to comments. You have a “Subscribe to comments via email” checkbox below the URI and “Notify me of followup comments via e-mail” below “Add comment”.

    This might confuse people… perhaps you want to disable one of them?

     
    Comment by My New Choice
    2007-01-20 15:34:56
    MyAvatars 0.2

    Okay, after a little more time with the threaded comments I have to say that I don’t like them for one reason.

    When coming back to a post, it is more difficult to find the newer comments as they can be anywhere in the list, as a reply to an older comment or a new comment at the bottom.

    I know it seems most people like the new threaded comments but I just wanted to put this vote against them out there.

     
    2007-01-23 01:01:19
    MyAvatars 0.2

    [...] Brain’s Threaded Comments add a “Reply to this comment” link to every blog comments. When you click the reply link, your comment is placed direct under the comment you replied to. This is great if a reader asks a question. Instead of scrolling down the blog post to see if anyone answered, he can do so by looking at his own comment. Read more about the Plugin here. [...]

     
    2007-01-23 22:19:20
    MyAvatars 0.2

    [...] range from very straight forward to “Where the hell is it?” If you’re running the Threaded Comments Plugins like me, then it’s very [...]

     
    Comment by
    2007-01-25 16:14:29
    MyAvatars 0.2

    please delete this, it’s just a test to the plugin. Thank you

     
    Comment by Marc
    2007-01-27 11:42:33
    MyAvatars 0.2

    This is a great plugin for someone who gets a lot of responses. My blog’s still not generating so many responses that I’d need anything like this.

    It is nice to know that it’s out there, so that once my blog does start generating a lot of comments, I’ll know where to look for a helpful plugin.

     
    2007-02-04 09:24:30
    MyAvatars 0.2

    [...] This MyAvatars Plugin really helps to add a sense of community to the blog. When paired with the Threaded Comments Plugin, the blog is looking almost forum [...]

     
    2007-02-09 12:01:02