Isn't it great?It has got many features like:It attracts more users to Comment on your blog,Makes your blog professional looking and the comments seem easy to manage.It is not so hard to perform this hack in your blog.For that you must follow the following tutorial.First of all copy the following code and Paste it in your blog Just above </head> tag.
<script src='http://bloganolutilities.googlepages.com/blogger_comment_photos.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
addLoadEvent(function(){showCommentPhotos('commentphoto','comment-author', 1);});
//]]>
</script>
Now in Second step search for the following Block of code.
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
After you Find searching the whole block of code,select the Codes and replace it with the following block of codes.
After you replace the code Save your the Template and see the photos of your Commentators.Enjoy.
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body'>
<div class='commentphoto' style='float:left;margin:5px;'/>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
<div style='clear:both;'/>
</b:loop>
</dl>

Nice hacks,..
ReplyDeleteonce again,..THANKS.
Good Luck n SUCCESS!
it show to me only the defult photos not the profile one
ReplyDeleteany help
as it is showing only default photos please do something for this..
ReplyDeletehttp://hacking2all.blogspot.com
i am not getting this and i too dont see in your blog.
ReplyDeletethanks for sharing. it work sell on me
ReplyDeletesorry it didnot worked..it only shows default photos for anonymous and unregistered users...but id doesnot show any picture for registered users...
ReplyDeletePlease HELP...
see here... http://hindimp3sdownload.blogspot.com/2008/04/jimmy-free-songs-download.html
it didnot worked for me... please I need your help.. to make it work...
ReplyDeleteThis works ONLY if the comments form is in a new popup window, NOT if it is an embeded form
ReplyDeletenot works to my blog too
ReplyDeleteFor now this script does not work - maybe Blogger changed some defaults...
ReplyDeleteBut it works WITHOUT any scripts if you set open comments in a new popup window.