From feedback being received about the recent release of two level commenting, and the many different problems attributed to the release, it appears that there is one commonly identified update to the post template. It's possible that adding this one change, to some blogs with tweaked post templates, may eliminate the need for a post template refresh.
This is a simple change - but it must be made in 4 different places. I highly recommend that you backup the template, before and after making this change. Allow 30 minutes, to concentrate properly on the task.
Installation of this one post template patch may eliminate the need for many people to refresh the post template. It's also possible that this change, done in reverse, may let you disable two level comments, should you wish. In either case, please do this carefully, when you are relaxed, and able to concentrate.
Again, I'll advise you to backup the template, before and after doing this.
>> Top
This is a simple change - but it must be made in 4 different places. I highly recommend that you backup the template, before and after making this change. Allow 30 minutes, to concentrate properly on the task.
Installation of this one post template patch may eliminate the need for many people to refresh the post template. It's also possible that this change, done in reverse, may let you disable two level comments, should you wish. In either case, please do this carefully, when you are relaxed, and able to concentrate.
- First, backup the template.
- Edit the template using the "Edit HTML" wizard, and select "Expand Widget Templates".
- Carefully search for each instance of
<b:include data='post' name='comments'/>
- Note that the target snippet (above) is entirely contained in the replace snippet (below). When you identify each snippet found, carefully examine it to make sure that the required code is not already present! Do not replace the target snippet with itself, redundantly!
- Replace each instance found, if not already present, with
<b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if>
- Save Template.
- Clear browser cache, and restart the browser. Test your changes.
- Again, backup the template.
Again, I'll advise you to backup the template, before and after doing this.
>> Top
Comments
Blog: www.maturelandscaping.com.
Many of the people who read this blog, and who benefit from my advice, are using browsers and computers with overly optimistic filtering.
Threaded commenting requires use of the embedded comment form, which is susceptible to cookie filtering problems, caused by layered security settings on peoples computers.
In order to enable more people to comment on this blog, I'm going to avoid use of the embedded comment form.
http://blogging.nitecruzr.net/2011/06/cookie-filtering-and-commenting-ability.html
http://blogging.nitecruzr.net/2011/01/technical-sophistication-of-your-blogs.html