$author_obj = JFactory::getUser($this->item->created_by); $author_email = $author_obj->email; $avatar_hash = md5(strtolower(trim($author_email))); $avatar_size = 120; $avatar_url = '//www.gravatar.com/avatar/'.$avatar_hash.'.jpg'; $avatar_url .= '?s='.$avatar_size; echo '<img src="'.$avatar_url.'" alt="" />';
How can i enter my data here above: email: pborga@gmail.com Hash dell'email: c0ba1155b0d24f7ceea5b4372284c926 https://s.gravatar.com/avatar/c0ba1155b0d24f7ceea5b4372284c926?s=80
Grazie = thank you
Hi
The code is pretty old now and Gravatar already changed, you should find a Joomla extension supports it.
Regards