By default avatar actually comment on fellow bloggers can directly activate without changing anything on that yet dimodifkasi tempate. But this would be problematic if the template in use today are already using custom templates. Now let me comment this avatar can look back is very easy, just follow the tutorial below:
Enable comments on Custom Template Blogger Avatar
First look for the code below.
<dl id='comments-block'>
Then replace the above code with the code below.
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
After changing the above code, then look for the line of code below.
<a expr:name='data:comment.anchorName'/>
Then put the following code after the code above.
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
<data:comment.authorAvatarImage/>
</b:if>
To enable or disable the profile images on comments, open the Settings page - Comments. Then put a check "Yes" in the "Show profile images on comments?"
Returns the Avatar comment if you use the avatar of MyBloglog
Previously I've written a tutorial to install using mybloglog avatar comment, well when colleagues just want to use standard avatars bloggers, colleagues can easily restore it. follow the tutorial below.
To facilitate co-delete the code, first try searching the first code below
<b:loop values='data:post.comments' var='comment'>
Then look at the line of code like this below
<div style='border:0;float:left;margin: 0 5px 0 0;'>
<script>
myBlogAvatar('<data:comment.id/>','<data:comment.authorUrl/>');
</script>
</div>
<script>
myBlogAvatar('<data:comment.id/>','<data:comment.authorUrl/>');
</script>
</div>
If you've met, lived erase all the code above, then follow again how to turn on comment avatars as indicated above.
0 Comments:
Post a Comment