Google+ Facebook Twitter Friendfeed
Gratis berlangganan artikel o-om.com via mail, join sekarang!

3
Restoring and Enable Avatar Comment on Blogger CustomTemplate

Actually avatar comment on fellow bloggers can directly activate without changing anything on that yet in tempate modification. But this would be problematic if used as the template is already using a custom template. Now let me comment this avatar can look back the way it's easy, just follow the tutorial below:

Enable Avatar comment on a Blogger Custom Template

 

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>

 

To enable or disable profile images in your blog's comments, go to Settings | Comments.


Dengan memasukan alamat email dibawah ini, berarti anda akan dapat kiriman artikel terbaru dari o-om.com di inbox anda:


3 Comments:

hokya said...

pertamax, it just changing the CSS isn't it?

QwertyWEB said...

Well theres no code
called comment - block
on my blogger template , now what do i do 8-}

silvester said...

thanks

Post a Comment