This is my data in Gravatar and I don't understand how I can integrate it into the table below from 4. to 10.!
Indirizzo email: pborga@gmail.com
Hash dell'email: c0ba1155b0d24f7ceea5b4372284c926
https://s.gravatar.com/avatar/c0ba1155b0d24f7ceea5b4372284c926?s=80
$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="" />';
Grazie!!! I use Google translate...