Récupérer mail commentaire

Salut,

Je voudrais pouvoir récupérer le mail d'un auteur de commentaire dans but d'implémenter Gravatar. Mais je n'est pas trouvé de fonction permettant de récupérer le mail de l'auteur ... Une solution ? Et aussi qui renvoie null par exemple si l'utilisateur n'a pas posté de mail.

Merci :)

Réponses

  • BOnjour,

    Place ce code dans ton template commentaires.php:
    <img src="http://www.gravatar.com/avatar.php?gravatar_id=<?php echo md5( strtolower($plxShow->plxMotor->plxRecord_coms->f('mail')) ) ?>&default=http://www.gravatar.com/avatar/3b3be63a4c2a439b013787725dfce802.jpg&size=32" height='32' width='32' alt='' />
    
  • mouffin a écrit:
    BOnjour,

    Place ce code dans ton template commentaires.php:
    <img src="http://www.gravatar.com/avatar.php?gravatar_id=<?php echo md5( strtolower($plxShow->plxMotor->plxRecord_coms->f('mail')) ) ?>&default=http://www.gravatar.com/avatar/3b3be63a4c2a439b013787725dfce802.jpg&size=32" height='32' width='32' alt='' />
    
    Ah ! Et bien merci, comme ça, pas besoin de m'embêter !à la place du Gravatar par défaut on peux mettre celui qu'on veux ?
  • Oui tu peux remplacer l'url du défaut par une image hébergé sur ton hébergeur ;)
Connectez-vous ou Inscrivez-vous pour répondre.