or like this (^^make it look like Gravatar)
the trick here is very simple .
Just find this code :
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
and replace it with
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
<b:else/>
<img src="http://img844.imageshack.us/img844/3447/unknownuser.jpg"/>
</b:if>
with this code ,if people don't enable their profile images (or their Blogger avatar in comment ) it will show image <img src="http://img844.imageshack.us/img844/3447/unknownuser.jpg"/>
you can replace image which I marked in bold to your own
0 comments:
Post a Comment