Gravatars are now working well on Blogsome:
{$comment->comment_author_email|gravatar:"default":"size":"rating":"border"}
This needs to be inside the {foreach} inside comments.html in your template.
For example, to use no default image, and limit the size to 40×40 pixels, you’d use:
{$comment->comment_author_email|gravatar:"":"40":"":""}
Notice the double quotes where the argument is missing, and that (in this version) you actually need to include all of the arguments. This may be fixed at some stage.
It seems, i can’t get it to work. I replaced the old
{$comment->comment_author_email|escape:"hex"}with the new
{$comment->comment_author_email|gravatar:"":"40":"":""}and no gravatars appeared. Is this implemented on the non-test blogsome servers?
17 hours, 54 minutes after the fact.
Well, it’s working fine on this blog
You might need to remove the
<div class="gravatar"></div>, or change class around a bit. I’m not sure if that could cause it to fail. Have a look at my template if you want.21 hours, 54 minutes after the fact.
I’ve taken a look at the template for your comments page and I’ve inserted it into my own blog.
I’ve made very few changes to it and I’m having a problem getting the Gravatar portion to work correctly. If you could, would you mind checking it out and tell me what, if anything needs to be fixed.
Thanks for your time and help.
5 days after the fact.
I’ll have to have a look when I get home: Gravatars are blocked here at work, so I can’t see what’s happening. They do seem to be appearing, however (at least, something is getting blocked!)
5 days, 14 hours after the fact.
All looks good on your server from my end.
1 week, 2 days after the fact.
nice
how to change ‘read more’ from ?
thanks in advance
1 month, 1 week after the fact.
From your blog, I take it you figured it out?
1 month, 1 week after the fact.
I’m not very good at all this html stuff, and am confused about where to put the
{$comment->comment_author_email|gravatar:”":”40″:”":”"}
code in my comments.html
pls help
abirami999.blogsome.com
1 month, 4 weeks after the fact.