Build Online Store! | Penguin Panda Series - New! | 4 Rules To Make Money | SEO Settings | Facebook Popup 1, 2, 3 | Mashable 1 , 2


Saturday, January 14, 2012

Blogger Threaded Comments For Custom Templates


Pin It

UPDATE: We have removed and un-installed Threaded Comments from MBT For Reasons that are discussed here: Remove Threaded/Nested Commenting


blogger threaded commentsJust yesterday we shared a tutorial and announcement on Blogger's most awaited feature of threaded (Nested) commenting system. We shared how to enable threaded comment style in official blogger templates but that method don't work on custom templates which are downloaded from un-official designers. Almost 75% of blogger users prefer using un-official templates and since this feature can't simply be resisted therefore we took some time to install it safely and apply all required codes to make this feature function properly after a lot of trial and errors. The tutorial below is first time shared and will offer the easiest way to add threaded commenting style to blogger blogs. I had received some JavaScript codes from our Malay speaking Fellow bloggers and Indian Guest authors which was producing the same effect using scripts created by third party developers but the reason I delayed those guest posts was due to their browser load time conflict issues. I am glad Blogger team provided us with a much neater and fast loading script that has now surely pushed blogspot blogs to the next level. Lets get to work then!

Credits

This is again a first time shared tutorial guide by mbt blog. These scripts and style sheets are provided only by MBT blog therefore if you wish to share this tutorial with your readers and friends then kindly link back to this post as the only favour in return.

Do also check our previous tutorials on customizing Blogger comment box. Note that those tutorials will need to be updated to make it work with this new feature.

Apply Threaded Comments To Custom Templates

The steps are extremely easy and you just need to follow it carefully.

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click "Expand Widget Templates" box
  4. Search for this code,

(Info: This code initially appeared twice but blogger team has officially replaced the first occurrence, therefore we just need to add it once as shown here. It has become now more easy than expected.)


<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <b:include data='post' name='comments'/>
</b:if>

 

     5.   Replace it with this,  

 

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
         <b:if cond='data:post.showThreadedComments'>
           <b:include data='post' name='threaded_comments'/>
         <b:else/>
           <b:include data='post' name='comments'/>
         </b:if>
       </b:if>
       <b:if cond='data:blog.pageType == &quot;item&quot;'>
         <b:if cond='data:post.showThreadedComments'>
           <b:include data='post' name='threaded_comments'/>
         <b:else/>
           <b:include data='post' name='comments'/>
         </b:if>
       </b:if>

 

 

      6.   Save your template

      7.    Done!

 

Visit your blogs and you will find a Reply link along with a delete link below each comment. Clicking the reply link will open the comment form just below that comment so that you could post a threaded reply. It will work just perfectly. :)

Customizing Threaded Comments

The threaded comment style will override your current comment style format. In order to customize the comment body completely to suit your preferences I am sharing below the CSS code required to edit the style sheet for the comment block.

Your template will include the following CSS code automatically inserted by blogger:

<b:includable id='threaded_comment_css'>
  <style>
.comments {
  clear: both;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1em;
}
.comments .comments-content {
  font-size: 13px;
  margin-bottom: 16px;
}
.comments .comment .comment-actions a {
  padding-top: 5px;
  padding-right: 5px;
}
.comments .comment .comment-actions a:hover {
  text-decoration: underline;
}
.comments .comments-content .comment-thread ol {
  list-style-type: none;
  padding: 0;
  text-align: left;
}
.comments .comments-content .inline-thread {
  padding: 0.5em 1em;
}
.comments .comments-content .comment-thread {
  margin: 8px 0px;
}
.comments .comments-content .comment-thread:empty {
  display: none;
}
.comments .comments-content .comment-replies {
  margin-top: 1em;
  margin-left: 36px;
}
.comments .comments-content .comment {
  margin-bottom:16px;
  padding-bottom:8px;
}
.comments .comments-content .comment:first-child {
  padding-top:16px;
}
.comments .comments-content .comment:last-child {
  border-bottom:0;
  padding-bottom:0;
}
.comments .comments-content .comment-body {
  position:relative;
}
.comments .comments-content .user {
  font-style:normal;
  font-weight:bold;
}
.comments .comments-content .icon.blog-author {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}
.comments .comments-content .datetime {
  margin-left:6px;
}
.comments .comments-content .comment-header,
.comments .comments-content .comment-content {
  margin:0 0 8px;
}
.comments .comments-content .comment-content {
  text-align:justify;
}
.comments .comments-content .owner-actions {
  position:absolute;
  right:0;
  top:0;
}
.comments .comments-replybox {
  border: none;
  height: 250px;
  width: 100%;
}
.comments .comment-replybox-single {
  margin-top: 5px;
  margin-left: 48px;
}
.comments .comment-replybox-thread {
  margin-top: 5px;
}
.comments .comments-content .loadmore a {
  display: block;
  padding: 10px 16px;
  text-align: center;
}
.comments .thread-toggle {
  cursor: pointer;
  display: inline-block;
}
.comments .continue {
  cursor: pointer;
}
.comments .continue a {
  display: block;
  padding: 0.5em;
  font-weight: bold;
}
.comments .comments-content .loadmore {
  cursor: pointer;
  max-height: 3em;
  margin-top: 3em;
}
.comments .comments-content .loadmore.loaded {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
.comments .thread-chrome.thread-collapsed {
  display: none;
}
.comments .thread-toggle {
  display: inline-block;
}
.comments .thread-toggle .thread-arrow {
  display: inline-block;
  height: 6px;
  width: 7px;
  overflow: visible;
  margin: 0.3em;
  padding-right: 4px;
}
.comments .thread-expanded .thread-arrow {
  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAA DEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC&quot;) no-repeat scroll 0 0 transparent;
}
.comments .thread-collapsed .thread-arrow {
  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAA DEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==&quot;) no-repeat scroll 0 0 transparent;
}
.comments .avatar-image-container {
  float: left;
  width: 36px;
  max-height: 36px;
  overflow: hidden;
}
.comments .avatar-image-container img {
  width: 36px;
}
.comments .comment-block {
  margin-left: 48px;
  position: relative;
}

/* Responsive styles. */
@media screen and (max-device-width: 480px) {
  .comments .comments-content .comment-replies {
    margin-left: 0;
  }
}
  </style>
</b:includable>

If you want a comment style just like the one on MBT then replace the above CSS code with the following one:

<b:includable id='threaded_comment_css'>

  <style>

/*------------- START of Blogger Threaded Comments By MBT -------------*/


.comments {
  clear: both;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1em;
}
.comments .comments-content {
  font-size: 12px;
  margin-bottom: 16px;
font-family: Verdana;
font-weight: normal;
text-align:left;
line-height: 1.4em;
}
.comments .comment .comment-actions a {
background:#1F9EE5;
cursor:pointer;
color:#ffffff;
padding:2px 3px; margin-right:10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:9px sans-serif; border:1px solid #1F9EE5;


}
.comments .comment .comment-actions a:hover {
  text-decoration: none; background:#5AB1E2; border:1px solid #5AB1E2;
}
.comments .comments-content .comment-thread ol {
  list-style-type: none;
  padding: 0;
  text-align: none;
}
.comments .comments-content .inline-thread {
  padding: 0.5em 1em;
}
.comments .comments-content .comment-thread {
  margin: 8px 0px;
}
.comments .comments-content .comment-thread:empty {
  display: none;
}
.comments .comments-content .comment-replies {
  margin-top: 1em;
  margin-left: 40px;   font-size:12px; background:#EBF5FE;
}
.comments .comments-content .comment {
  margin-bottom:16px;
  padding-bottom:8px;
 
}
.comments .comments-content .comment:first-child {
  padding-top:16px;
}
.comments .comments-content .comment:last-child {
  border-bottom:0;
  padding-bottom:0;
}
.comments .comments-content .comment-body {
  position:relative;
}
.comments .comments-content .user {
  font-style:normal;
  font-weight:bold;
}
.comments .comments-content .icon.blog-author {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}
.comments .comments-content .datetime {
  margin-left:6px;
}
.comments .comments-content .comment-header,
.comments .comments-content .comment-content {
  margin:0 0 8px;
}
.comments .comments-content .comment-content {
  text-align:none;
}
.comments .comments-content .owner-actions {
  position:absolute;
  right:0;
  top:0;
}
.comments .comments-replybox {
  border: none;
  height: 250px;
  width: 100%;
}
.comments .comment-replybox-single {
  margin-top: 5px;
  margin-left: 48px;
}
.comments .comment-replybox-thread {
  margin-top: 5px;
}
.comments .comments-content .loadmore a {
  display: block;
  padding: 10px 16px;
  text-align: center;
}
.comments .thread-toggle {
  cursor: pointer;
  display: inline-block;
}
.comments .continue {
  cursor: pointer;
}
.comments .continue a {
  display: block;
  padding: 0.5em;
  font-weight: bold;
}
.comments .comments-content .loadmore {
  cursor: pointer;
  max-height: 3em;
  margin-top: 3em;
}
.comments .comments-content .loadmore.loaded {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
.comments .thread-chrome.thread-collapsed {
  display: none;
}
.comments .thread-toggle {
  display: inline-block;
}
.comments .thread-toggle .thread-arrow {
  display: inline-block;
  height: 6px;
  width: 7px;
  overflow: visible;
  margin: 0.3em;
  padding-right: 4px;
}
.comments .thread-expanded .thread-arrow {
  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAc AAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC&quot;) no-repeat scroll 0 0 transparent;
}
.comments .thread-collapsed .thread-arrow {
  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA AcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAAB JRU5ErkJggg==&quot;) no-repeat scroll 0 0 transparent;
}
.comments .avatar-image-container {
  float: left;
  width: 36px;
  max-height: 36px;
  overflow: hidden;
}
.comments .avatar-image-container img {
  width: 36px;
}
.comments .comment-block {
  margin-left: 48px;
  position: relative;
}

/* Responsive styles. */
@media screen and (max-device-width: 480px) {
  .comments .comments-content .comment-replies {
    margin-left: 0;
  }
}

/*------------- End of Blogger Threaded Comments By MBT -------------*/
  </style>

</b:includable>

 

Make these changes:

Tip: Use our color chart or color generator tool for making these changes

  • To change the background of Reply button in Active mode edit 1F9EE5
  • To change the background of Reply button in Mouse Hover mode edit 5AB1E2
  • To change the Font colour of the Reply text edit ffffff
  • To change the background color of the Reply comments container edit EBF5FE

Save your template and give your blog another glance to see it in exciting new shape. :)

 

Need Help?

You are most welcomed to ask for any technical help if needed. The tutorial is extremely easy to understand and must work on all blogger templates. I will sharing beautiful new themes for this updated comment section look. Stay tunes for a lot of new tutorials. Peace and blessings pals. :)


If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »


Thanks for making this possible! Kindly Bookmark and Share it.
Technorati Digg This Stumble Facebook Twitter

142 comments:

Comment Page :
Sembang Cyber on 12:28 AM, January 14, 2012 said... #

nice tutor

Mohammad Mustafa Ahmedzai on 12:35 AM, January 14, 2012 said... #

Most Welcomed. A Demo Reply :)

Pritam Pal on 1:04 AM, January 14, 2012 said... #

Thanks Man. Done. Applied in My Blog.
http://22december.blogspot.com

ahmed safwan on 1:05 AM, January 14, 2012 said... #

thanks mohammed for this post its really great thanks

Pritam Pal on 1:20 AM, January 14, 2012 said... #

What is the code to Mark the names (Commenter) in some other color like Blue or Green ?

Mohammad Mustafa Ahmedzai on 1:27 AM, January 14, 2012 said... #

Buddy replace this:

.comments .comments-content .user {
font-style:normal;
font-weight:bold;
}


with this:

.comments .comments-content .user {
font-style:normal;
font-weight:bold;
font-color:#0080ff;
}


Edit font-color:#0080ff; to apply a color of your choice.

:)

Sam Sexy on 1:38 AM, January 14, 2012 said... #

Trouble!!! please look at the following page.

http://samsexy98downloads.blogspot.com/2010/12/makeover-of-our-site.html

The gap between the avatar icon & the name is messed, reply button is going somewhere & how all became italic??

Auren Lengkong on 1:44 AM, January 14, 2012 said... #

Hi Mohammed thanks this what i need to change on css, I deleted my comment to change the comments but it doesn't deleted all include the avatar but it shows delete by the author hmm.

Btw how to change the time and date?
Thanks

Mohammad Mustafa Ahmedzai on 2:08 AM, January 14, 2012 said... #

No problem sam. Do this:

For avatar replace this:

.avatar-image-container {
margin-left:15px;
}


with this:

.avatar-image-container {
margin: 0 10px 0 15px;
}

your blockquote has an italic style since the class used for content body also uses a blockquote therefore the class is overridden. Simply replace this:

.comments .comments-content {
font-size: 12px;
margin-bottom: 16px;
font-family: Verdana;
font-weight: normal;
text-align:left;
line-height: 1.4em;
}



with this:

.comments .comments-content {
font-size: 12px;
margin-bottom: 16px;
font-family: Verdana;
font-weight: normal;
text-align:left;
line-height: 1.4em;
font-style:normal!important;
}


If it did not work then replace

blockquote{font-style:italic; color:#555; padding:10px}

with this

blockquote{font-style:normal; color:#555; padding:10px}

Cheers :>

Mohammad Mustafa Ahmedzai on 2:12 AM, January 14, 2012 said... #

@auren

The date time font styles can be changed using:

.comments .comments-content .datetime {
margin-left:6px;
}



You could not completely remove the comment because the rights lie with blog admin. It is default in all blogger templates.

Sam Sexy on 2:52 AM, January 14, 2012 said... #

Yea needed to change the blockquote to normal. Others things looks fine. Thanks.

Now some additions would be great like collapse all comments, "Admin" comments style in this view.

Sam Sexy on 2:57 AM, January 14, 2012 said... #

My Skype Comment Smileys provided by you goes though :(

Xandy Nunes on 5:20 AM, January 14, 2012 said... #

On my blog answer button does not work, it is displayed but does not work, what would it be?

Blog: http://www.euusoeadoro.com.br

Varinder Pal Singh on 7:00 AM, January 14, 2012 said... #

Thanks MBT, Finally you make it possible for those who customize their blogger templates in comment sections and it work great.

Ankit on 7:59 AM, January 14, 2012 said... #

Thank you so much Bro for sharing this and it is really amazing.. May Allah's mercy and blessings be unto you.. :)

Dilawer Crackmind on 9:00 AM, January 14, 2012 said... #

Hi, Muhammad, I want to ask you something, that how to can I apply blogger Threaded Comment on your Monop Template, I have also removed your /*--------------MBT Reply Link --------------*/
section and code for the Reply button but the it does not working,,?
what should I do?

ஜிஎஸ்ஆர் on 10:48 AM, January 14, 2012 said... #

Hai Brother How are you?

Always you top in blogger tutorial, i think you are release first tutorial of Blogger threaded Comment section customization. Thanks Brother...

I need your help about this tutorial or i will sent my template to your mail...

waiting for your reply...

Thanks brother

Sagar Nargolkar on 11:00 AM, January 14, 2012 said... #

Thanks, this worked for me, and I find that customizing the comment box is easier now with your custom code :)

Muhammad Abu Abdillah on 11:05 AM, January 14, 2012 said... #

I did not work, please help, this is my blog link http://blogmuhammad23.blogspot.com/

Muhammad Abu Abdillah on 11:14 AM, January 14, 2012 said... #
This comment has been removed by the author.
Muhammad Abu Abdillah on 11:16 AM, January 14, 2012 said... #

If you want to see the code in its entirety, click this link http://www.creativebloggingideas.com/wp-content/uploads/2011/07/Google-Plus-Blogger-Template.zip

Ian - BJH on 11:41 AM, January 14, 2012 said... #

Is there any way to put in a line of code so that there is a separator line in between each comment? I've scoured Google and looked everywhere but can't find anything.

I did however try the custom code on my threaded comments and it worked great, thanks!

Niketan Patil on 12:30 PM, January 14, 2012 said... #

@Mohammad : i wants to set boder to whole comments box and all replyes area like your this site...Please help me ..

Btw...today you have shared very really nice tutorial, It helps me lots.

Thanks,

Facebook Hacking

Auren Lengkong on 1:16 PM, January 14, 2012 said... #

Hi Mohammad

What I mean is the time not the style, since the time that I reply comment is different with the time on my laptop.

I realy appreciate your help.
Thanks

Abdulsalam on 1:38 PM, January 14, 2012 said... #

@Mohammad
Please take a look at my blog this new feature is not working on my blog!

Please help
Regards,
Abdulsalam

Faiz Muhammad Khan on 3:08 PM, January 14, 2012 said... #

Thanks another great post

Shivam on 3:18 PM, January 14, 2012 said... #

It just made my blogger comment style worst.
Earlier I had http://img38.imagefra.me/i51e/12c3_d80_u0.png
Now I have worst look than before.Please help.

My blog : freen8apps.blogspot.com

SHREE MADHAN on 3:34 PM, January 14, 2012 said... #

dude it's not working in monop blogger template can you make a brief tutorial on how to customize in monop
plz

ndark on 3:50 PM, January 14, 2012 said... #

very nice post

SHREE MADHAN on 3:57 PM, January 14, 2012 said... #

dude now it's working pefeckt for monop template thanks very much

SHREE MADHAN on 4:12 PM, January 14, 2012 said... #

dude it's working for me well but my blogger blocquote style is showing in the comment section how to change it into default plz help me!
http://softechnogeek.blogspot.com

Ashkar on 4:38 PM, January 14, 2012 said... #

Great post dear friend... Applied easily without any trouble in to my blog... :-) Thank you..

Ashkar on 4:44 PM, January 14, 2012 said... #

Dear Friend, I didn't change site feed into full.. Now too it is "until jumb break" only. But working this commenting thread clearly.. Do i wanna change it? Or let it be like this? Actually what is that option mean?

Prime Aque on 6:21 PM, January 14, 2012 said... #

PLEASE HELP Me...

I am really happy with this tutorial my friend, but it won't work with mine. Yes I can see the reply and delete option but the reply link won't just work at all. I do not know what happened, but examining my codes there are already the codes for showthreadedcomments there...please help me Sir.

Varinder Pal Singh on 6:46 PM, January 14, 2012 said... #

Hi, Please make a tutorial about How can we highlight the Author Comments.

Will on 7:04 PM, January 14, 2012 said... #

I tried it and the first code worked perfectly, but the "Comment Author Background Color" function does not work anymore hence my blog looks unpleasant to the eye. :(

Arpith on 7:16 PM, January 14, 2012 said... #

Bro.. I will send you mt template via Email please check it once and reply coz I'm unable to edit that template please....

Muhammad Hidayatullah on 7:37 PM, January 14, 2012 said... #

facebook style on my blogger comment :D

Muhammad Hidayatullah on 7:39 PM, January 14, 2012 said... #

im indonesian blogger (themasdoyok.com)
just be your friend...

ManiVasagam M on 8:36 PM, January 14, 2012 said... #

nice tutorials muhammed..thanks for sharing this.Let me try this on my very own blog,

www.StudentsCrunch.Com

ManiVasagam M on 8:38 PM, January 14, 2012 said... #

yes,me too tried this..looks great on my blog,

www.StudentsCrunch.com

Shubham Gupta on 11:12 PM, January 14, 2012 said... #

@Admin There is issue with threaded commenting ! When you open a post in Firefox it jumps to comment box and does not stay at top pf page !

Mohammad Mustafa Ahmedzai on 1:34 AM, January 15, 2012 said... #

Auren that could be a system fault. Kindly check if your laptop is charged properly and up to time.

Mohammad Mustafa Ahmedzai on 1:35 AM, January 15, 2012 said... #

Its working fine on our browser pal. Kindly see if your browser is an updated one

Mohammad Mustafa Ahmedzai on 1:36 AM, January 15, 2012 said... #

Unfortunately Arpith I wont be able to provide individual help due to my job and projects. Would love to do that but I am just one. :)

Mohammad Mustafa Ahmedzai on 1:37 AM, January 15, 2012 said... #

Welcomed brother. I liked your design. Keep it up :)

Mohammad Mustafa Ahmedzai on 1:38 AM, January 15, 2012 said... #

I will be writing posts on Author comment styles and other customization tips within this week :>

Mohammad Mustafa Ahmedzai on 1:39 AM, January 15, 2012 said... #

As I said there are two occurrences of the code I shared above and the first one is already present in your blog so you must find the second one and add the code there.

Mohammad Mustafa Ahmedzai on 1:40 AM, January 15, 2012 said... #

The code is constructed such that it will work with any option whether you set it to full or not.

Mohammad Mustafa Ahmedzai on 1:41 AM, January 15, 2012 said... #

@shivam

Where are you facing problem? Shivam kindly first try these on your test blog and then apply it to your main blog

Mohammad Mustafa Ahmedzai on 1:43 AM, January 15, 2012 said... #

Please apply the codes to your test blog first and then implement it on your main blog

Crack-net on 2:55 AM, January 15, 2012 said... #

same problem for me! with ie or firefox when opening a post it jumps to the comment instead of the top of the page. Is there a way to correct that?

Crack-net on 2:58 AM, January 15, 2012 said... #

the bug appears only if there's a comment. If not, the post page display normaly.

AHBrowne @ ahbrowne.com on 3:37 AM, January 15, 2012 said... #

Just a note for you. The Facebook box code that you have doesn't show up with this new system. I had to figure out where to place it now to show up, so I've got it right above: (hopefully code will show up) class='comments-content'

But if you want it at the bottom of the posts like before, look for:
class='comment-footer' (mine was the second one the codes found).
And put it directly below that paragraph of code. I couldn't figure out WHY the box hadn't been showing up all week and then I realized that with the changes, they changed all that. Hope it helps someone else avoid my aggravation!
Thanks for the awesome coding, and help! I was going crazy because I'd spent two weeks making some great codes, and then this change messed me up. :p

AHBrowne @ ahbrowne.com on 3:59 AM, January 15, 2012 said... #

Is there any coding you've done differently that might make it jump to comments? I just checked on mine (I'm updating comments section now using both Chrome and Firefox) and neither have issues. I have a bunch of comments on my posts too.

Will on 5:14 AM, January 15, 2012 said... #

Thank you so much. Looking forward to that.

fowziey on 5:24 AM, January 15, 2012 said... #

I've worked with this feature since announced by Blogger Buzz. We can customize it easily through CSS but we need another javascript to highlight admin's comment. BTW it has small icon that belong to admin... just stay with it.

Also noticed the comment form message is not there anymore.

colaps3 on 7:40 AM, January 15, 2012 said... #
This comment has been removed by the author.
Shivam on 8:05 AM, January 15, 2012 said... #

Firstly,I have two occurrences of the following code on my blog :

"

"

I had to replace both the occurrences to get the reply button.

Secondly,My blog's comments styling changed to a basic one,I want Reply button along with my previous styling.

I'm loading back my previous styling for now.

Please help!!

Graham Matthews on 8:37 AM, January 15, 2012 said... #

I used this in my blog and it worked just fine! You are awesome!

Ammar Ali on 9:17 AM, January 15, 2012 said... #

Hey Muhammad. When I visit blogs who has threaded comments enable. Automatically take me to bottom of page? Why??

FAIZAN ALI on 12:05 PM, January 15, 2012 said... #

Thanks I Applied it on my website check it www.mybloggerlab.com

FAIZAN ALI on 12:08 PM, January 15, 2012 said... #

There is a problem sir check this post i had done 2 testing comment in it,but you can see there is no line separating 2 comments from it so please could you tell me what should i do here is the link http://www.mybloggerlab.com/2012/01/adding-elegant-rss-email-subscription.html

Pritam Pal on 12:29 PM, January 15, 2012 said... #

I used in my blog and It looks awesome.
Sample here
http://22december.blogspot.com/2012/01/status-quo-its-complicated.html

Ashkar on 2:17 PM, January 15, 2012 said... #

Thanks For your reply friend..

Abdulsalam on 3:25 PM, January 15, 2012 said... #

Plz Mustafa Reply to me i have a great problem!

Prime Aque on 5:12 PM, January 15, 2012 said... #

There is only one code there and it appear as it was expected to look like, but the problem is the 'reply' wont work at all...

Lee Peace on 7:32 PM, January 15, 2012 said... #

My threaded comment: http://www.shopdownload.info/2012/01/wenovo-png-psd-viewer.html

Crack-net on 7:46 PM, January 15, 2012 said... #

Hi AHBrowne, i see the same phenomenom with your blog at this page for example : http://www.ahbrowne.com/2012/01/question-of-day-january-13-2012.html

BamZ Gz on 9:41 PM, January 15, 2012 said... #

thanks brother

FAIZAN ALI on 9:54 PM, January 15, 2012 said... #

Please Reply bhaiiiiiiii

AHBrowne @ ahbrowne.com on 10:48 PM, January 15, 2012 said... #

Have you checked your browser updates then? Because no matter what one I use, it doesn't happen to me, so I'm curious then if it's your browser like he said above.

Mohammad Mustafa Ahmedzai on 11:57 PM, January 15, 2012 said... #

You have too many blogs? Which blog are you talking about? Please share its url.

Mohammad Mustafa Ahmedzai on 11:59 PM, January 15, 2012 said... #

UPDATE

The Pages are jumping straight towards Comment box. This is happening on even official blogger templates. I am sure blogger team will solve the xml codes just the way they sort out Light Box view issues. So please be patient for some days till they figure it out.

Mohammad Mustafa Ahmedzai on 12:03 AM, January 16, 2012 said... #

To add a separator between two comments simply do this:

Replace this

border:1px solid #5AB1E2;

with this

border-bottom:1px solid #5AB1E2;


Use a darker colour instead of #5AB1E2

Ian - BJH on 6:36 AM, January 16, 2012 said... #

Thanks! After a little bit of troubleshooting, I found the line of code where to insert this to get separator lines in between comments. It looks great!

.comments .comments-content .comment-replies {
margin-top: 1em;
margin-left: 36px;
background:#EBF5FE;
border-bottom:1px solid #5AB1E2;

VanLinhEx on 7:18 AM, January 16, 2012 said... #

Thanks !
I'll waiting for last version of thread comments !

Abdulsalam on 3:03 PM, January 16, 2012 said... #

Thanks brother for replying my blog is http://sharethetricks.blogspot.com

Kang Ismet on 6:24 PM, January 16, 2012 said... #

How to fix time-zone problem? When I write this comment it's 8:24 PM at my country..

Abdulsalam on 8:21 PM, January 16, 2012 said... #

still waiting for your reply!
Plz plz plz reply Mustafa

FAIZAN ALI on 8:41 PM, January 16, 2012 said... #

Thanks Bro It Helped me

رواد السيد on 8:48 PM, January 16, 2012 said... #
This comment has been removed by the author.
Mohammad Mustafa Ahmedzai on 12:28 AM, January 17, 2012 said... #

Hi Abdulsalam,

We have observed that you are publishing all our tutorials and have adopted all our copyrighted style sheets with out permission. You have neither attached credits. This is in total violation of our Copyrights. We therefore request you to kindly link back to MBT for the template theme and attach a link for the widgets you have shared so far.

We will continue helping you with your problems only if we know our free help is respected.

Sam Sexy on 12:44 AM, January 17, 2012 said... #

I can't believe how the hell he managed to copy that much. Almost every thing is same like our MBT. I can literally call that a Replica of MBT.

Bad Deal Abdulsalam. It will take you no where.

Abdulsalam on 7:58 AM, January 17, 2012 said... #

i will brother will do it today after jumma
btw i designed it completely tommorow so i forgot to give credit

regards,
abdulsalam

Umesh Tarsariya on 11:25 AM, January 17, 2012 said... #

it is amazing trick brother, every one should try this, ur rocking
thanks a lot to MTB team for providing such amazing platform for blogger user..

your biggest friend
umesh tarsariya (^-^)...

Abdulsalam on 1:58 PM, January 17, 2012 said... #

Muhammad plz see my footer i gave the link back to you!!

Abdulsalam on 3:13 PM, January 17, 2012 said... #

Plz mail me abro1218[at]gmail.com
ShareTheTricks

Katie on 2:13 AM, January 18, 2012 said... #

Thanks so much - this is exactly what I was looking for!

LiN IBRAHIM on 8:52 AM, January 18, 2012 said... #

i cant find the code. the code seems not available. Is there any other way? my blog is http://pupoamoi.blogspot.com/ help me please. Thanks

Amimul islam rafi on 5:34 PM, January 18, 2012 said... #

it does not work.here is my blog www.edutechnology.net

Nick Phillips on 7:35 PM, January 18, 2012 said... #

It doesn't work for my blog even though the codes are exactly the same as your tutorial. Could you have a look see?

http://nickphil67.blogspot.com/2012/01/hot-down-and-out.html#comment-form

I would be much appreciative :D

Abdulsalam on 8:03 PM, January 18, 2012 said... #

still waiting for your reply please help me

jAs Brohi on 10:04 PM, January 18, 2012 said... #

DOes not Working i have used all settings you have done!!!!!!!!!

jAs Brohi on 10:14 PM, January 18, 2012 said... #

http://shar3zone.blogspot.com/2012/01/blog-post_17.html

Dick Puddlecote on 10:30 PM, January 18, 2012 said... #

The individual post URL is jumping straight to the comments box in Google Chrome too. When Blogger fix it, will the code require editing?

jAs Brohi on 10:48 PM, January 18, 2012 said... #

I have SOlved My Problem!!!!!!! Anyways Thanks For Informing About Threaded Coment System!

jAs Brohi on 10:58 PM, January 18, 2012 said... #

I think Blogger Having gr8 Team and i am Hoping That Soon Blogger Will resolve This Problem!!!!!!

jAs Brohi on 11:04 PM, January 18, 2012 said... #

how we know that It is Working or not......... Even You have "0" Comments!!!

Mohammad Mustafa Ahmedzai on 12:56 AM, January 19, 2012 said... #

UPDATE
Since it is a newly introduced feature therefore it is natural that it will involve some bugs. I will write a post tomorrow where we all will need to inform Blogger developers to sort out the problems related to it.

At present The Page Jumps straight at the Comment box and I could not find a way to solve it. This is happening only on Firefox and not with Chrome or IE. Introducing a script was further messing up other elements on the blog. Therefore it would be best to draw bloggers attention towards this problem with a Feedback form. We will provide them tomorrow inshAllah.

Sam Sexy on 1:05 AM, January 19, 2012 said... #

There must be a good news waiting for you in your inbox relating to this threaded comments. Please check it :)

MoviezMobile on 3:39 AM, January 19, 2012 said... #

I got a very big Problem, I just want some solution for my blog. It is Too Heavy, and it is causing big problem for me. I want posts to appear in 2nd page, and i want first page to be without posts, i will add something else on first page, like a simple html welcome page or something like that. How to do that in blogger?? minimum post count is 1 per page, i simply want it to not appear in homepage, if i remove the post widget, it is deleted for all pages. what is the solution??

Here is my blog http://www.mobilemoviesite.com, i want some good solution for it to be lighter like a simple html page. hope you understand.
thanks for your expected help.

Ahmed El-Hofy on 1:38 PM, January 19, 2012 said... #

Test

Cherry F. on 5:08 PM, January 19, 2012 said... #

It worked perfectly!:D
Thank you so much :)

Mohammad Mustafa Ahmedzai on 1:34 AM, January 20, 2012 said... #

Update
Find out why we removed thread comments?

@MoviezMobile

I fully understand what you want. Since blogger is a content management system based on dynamically updated content therefore you can't get rid of the standrads set for it. Whether you use a blog of Forum, you can't simply keep the homepage blank and use it as a welcome page.

You can try non-recommended tweaks like creating a welcome message on a post and then to update next posts you simply give them an old date and always update the welcome post to current date. This way if you set homepage to one Post view per page then the welcome message will always appear at homepage and your new posts (forcibly forced to old dates) will appear on next page. But this is a wrong way to run a blog keeping SEO strategies in mind.

If you want a welcome message and want to show data on other pages then you will need to buy hosting and create a new site and connect your blog to it. SEE our services page for instance

To do that please read Why we migrated our server to HostGator?


@sam
Sure I checked and replied. Thank you :)

@Cherry
Most welcomed. :)

Sam Sexy on 9:42 AM, January 20, 2012 said... #

Mohammad are you taking about the latest mail I sent because I didn't receive your reply :(

technovary.com on 10:05 AM, January 20, 2012 said... #

i got errors and can not view like your's what you have shown in your pic.

Muhammad Zaid Zuhdi on 6:18 PM, January 23, 2012 said... #

cool youh :)
look my reply comment
http://zaid-info.blogspot.com/2012/01/software-akuntansi-terbaik-2012.html

Oggi on 8:38 PM, January 23, 2012 said... #

The reply button does not work for my blog which is highly customized. Thanks.

icandothat

mr_anzai on 7:53 PM, January 24, 2012 said... #

Hi ! Sorry for my english i'm french :)
How could i remove the link on the comment author ?
Before threaded comments it was easy, but now...

Rad Sujanto on 7:41 PM, January 26, 2012 said... #

THANKS SO MUCH FOR THIS!!
WORKS GREAT!!!

Although there is a change with the font and some details.

John on 11:40 PM, January 26, 2012 said... #

Hi, I tried adding that on my blog http://www.quasarworld.blogspot.com but never found the css to replace, help!

☂☆ Vållῐ ★♬ on 3:48 PM, January 27, 2012 said... #

Hey...I successfully added threaded comments to my blog...
but I couldn't find a css code to replace...please help

Kalyani's Platter on 9:16 AM, January 31, 2012 said... #

I did as u said for getting th threaded comments ..... When i click the reply button i dont get the comment box below that ...

David Soares on 7:48 PM, February 04, 2012 said... #

I'm having problem's that I think are related to Intensedebate.

I use this system on my blog and now I can´t find the correct html code to change in order to accept threaded comments on the posts previous to my Intensedebate installation.

Can anyone help me find a solution? Google can't l-o-l

Ch Umair on 7:35 PM, February 11, 2012 said... #

Sir its not working on my template. please fix the bug for me , i will be realy thankful to you please check my template error http://707monty.blogspot.com

rona on 4:30 PM, February 15, 2012 said... #

Thanks a lot! Finally after reading a lot of tutorials, this one nailed it!!! God bless you!

මඩිස්සලේ නිශාන් on 8:36 PM, February 19, 2012 said... #

finally it worked bro.

sofi on 9:29 PM, February 20, 2012 said... #

thanx so much...

Andrew Joyce on 8:02 AM, February 24, 2012 said... #

@Sembang CyberThis is a test reply.

CJ on 7:04 PM, February 28, 2012 said... #

Threaded comments works like a charm on my blog, except for author names with accent or apostrophe like O'Brian as you can see here at the bottom page : http://un-plan.blogspot.com/2009/12/aliens.html

Would you know one good solution to solve this please ?

Sagar Nargolkar on 11:03 AM, March 05, 2012 said... #

The threaded comments has stopped working on my blog. Any fix? How do I get the default styles and comment form?

Ernst on 1:55 AM, March 06, 2012 said... #

Hm, I add your CSS incudable, but nothing changes. Oo

My code already had the needet changes but I wanted to customize my comment system. But nothing happens. ,( Any ideas what I forget?

Mohamed Basheer on 8:32 PM, March 06, 2012 said... #

@Sembang Cyberyes

xamportal.com on 8:57 PM, March 10, 2012 said... #

i am unable to get it please help me friend!!!

Kalyanchakravarthi K on 12:48 PM, March 20, 2012 said... #

its not working...www.hdwalle.com is my site

rohini kumar d on 12:09 PM, March 23, 2012 said... #

this is not working for my blog http://www.xamportal.com .. please help me..please

kabir on 10:13 AM, March 27, 2012 said... #

@Mohammad Mustafa Ahmedzai

Dear..
Your are Great couscous You are making a very very Important site for ant Beginner Website Designer....

http://www.wix.com/smkabir019/rainbow

Vivek Singh on 10:00 PM, April 02, 2012 said... #

nice post

Pushker Yadav on 7:35 PM, April 12, 2012 said... #

Its Working Fine In My Blog. Just Check the Comment Javascript in Custom Template that effects the threaded comment system. Its not a fault of Blogger team.

binboy on 12:55 PM, April 16, 2012 said... #

seo forum

Great post I must say.. Simple but yet interesting and engaging.. Keep up the awesome work!

Fab Frugal Mama on 8:43 AM, April 18, 2012 said... #

Thank you SO much... I couldn't get replies / threads to show up on my blog at all until I used your code. Much appreciated!

Fay on 7:00 PM, April 23, 2012 said... #
This comment has been removed by the author.
Fay on 7:02 PM, April 23, 2012 said... #

working great.. thank you very much ^^

Gastronomy Gal on 7:03 AM, April 26, 2012 said... #
This comment has been removed by the author.
Gastronomy Gal on 7:04 AM, April 26, 2012 said... #

Hi Mohammed, I can't actually find the coding to replace it. My posts section of coding is as follows. Are you able to please tell me where to insert? Or should it be somewhere else?

/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: $sidebarcolor;
}
#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
.feed-links {
clear: both;
line-height: 2.5em;
}



Many thanks

Damar Zaky on 7:43 PM, April 27, 2012 said... #
This comment has been removed by the author.
Damar Zaky on 7:45 PM, April 27, 2012 said... #

Assalamualaikum wr.wb <--i'm indonesian
I have not "b:includable id='threaded_comment_css'" but my threaded comment, reply are working, but the css comment code not automaticly inserted to my html because i use custom template, and when i paste below " ]]>*b:skin*>*" it doesn't work too!, so what should i do???

My Blog

Thanks!

Muhammad Nayaar Hussein on 8:11 PM, May 01, 2012 said... #

i cant find the code


</b:if

Muhammad Nayaar Hussein on 8:12 PM, May 01, 2012 said... #

i cant find the code

米 。Gillian on 8:30 PM, May 07, 2012 said... #

it's work!!! Thank you very much!!

A . Mohamed Ileeyas on 6:58 PM, May 12, 2012 said... #

Nice post keep it up
by
www.amditechnology.com

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

 

Recent Posts

Join Me On Facebook

8600+ Followers

Join The Team!

Licensed Under CC

Recent Comments

Follow Me On Twitter

2601+ Followers

My Blogger Tricks (MBT) © 2012. All Rights Reserved | Contact |