Gravatar's not showing up?
I had been wondering why my Gravatar images haven't been showing up for a while in the comments on my blog. I had thought that it was because Gravatar is moving servers - their homepage currently says:
In order to handle the rapidly increasing load, I've had to experiment with a variety of server architectures. I ask for your patience during the coming weeks as I test out a few setups. The new and improved, vastly more scalable solution, will serve gravatars expediently and reliably.
But when I was over at Jon Hicks blog today, I noticed that his gravatars were working fine.
The problem was that my Hash had uppercase characters in it (this is because I'm using ColdFusion and its Hash function returns upper case Hex characters. The new gravatar requires a lowercase hash code.
It's a pretty simple fix, just wrap the Hash call with LCase()
LCase(Hash(comment.email))
Tweet
Related Entries
- Now with Gravatar - November 15, 2005
- Auto-Linking Comments - June 24, 2005
- Last 100 Comments - May 23, 2005
Trackbacks
Comments
I'm starting to wonder what all the fuss is about
Also, when I tried using my e-mail it kept coming up with
'Sorry I am getting a lot of blog spam from your email domain so your comment has been blocked, please go back and use a different email or omit it.'
Post a Comment
Recent Entries
- Nginx redirect www to non www domain
- HashDOS and ColdFusion
- HackMyCF Updated for APSB11-29 Security Hotfix
- Adobe eSeminar on FuseGuard
- Determining Which Cumulative Hotfixes are Installed on ColdFusion
- Adding Two Factor Authentication to ColdFusion Administrator
- ColdFusion Developer Week at Adobe.com
- Bug Loading Scripts for CFFileUpload and CFMediaPlayer


add to del.icio.us



