Closed (fixed)
Project:
Gravatar integration
Version:
7.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2009 at 14:15 UTC
Updated:
13 Jan 2012 at 17:30 UTC
It'd be really handy if there was a section in the readme that mentions what code we should use in order to display a gravatar in a block or custom module.
Comments
Comment #1
davidneedhamI say that because it'd save me the last hour of trying to figure out how to call it... and I'm still not having any luck. Any tips? I basically just want to display the user's avatar, be it gravatar or one they uploaded in a block.
Thanks in advance!
Comment #2
davidneedhamI'm still trying to figure this out.
How do I display the user's gravitar image? I just need to put it in a block with other code.
Comment #3
dave reidSorry I hadn't responded sooner. WIth 6.x-1.7, here's how you get a Gravatar:
The current code that will be 6.x-1.8:
Comment #4
davidneedhamThank you thank you thank you!
Comment #6
Ben Clifford commented"How do I display the user's gravitar image? I just need to put it in a block with other code."
Could you give the code to do this in drupal 7 with Gravatar 7.x-1.1
Thanks in advance.
Comment #7
Narno commentedGravatar 7.X:
gravatar_get_gravatar('example@example.com');