Sofia
24/07/2008, 20h05
Permet d'avoir l'avatar de l'utilisateur en taille entière dans le profil de l'utilisateur
Conception
Source / Link of Thread : http://www.vbulletin.org/forum/showthread.php?t=179172 (http://%3cfont%20color=%22red%22%3ehttp//www.vbulletin.org/forum/showpost.php?p=1540525&postcount=4%3C/font%3E)
Version du hack : 3.7.
Version vBulletin Requise / Version vBulletin Required : vB 3.7
Testé / Tested : oui
Traducteur / Translator : Sofia
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only For Ours Translations
Installation
Dans le fichier "includes/class_userprofile.php", trouvez cette ligne (197) :
fetch_avatar_from_userinfo($this->userinfo, true, false);
Remplacez la par celle-ci :
fetch_avatar_from_userinfo($this->userinfo, false, false);
L'avatar apparaît alors en taille normale dans le profil.
Conception
Source / Link of Thread : http://www.vbulletin.org/forum/showthread.php?t=179172 (http://%3cfont%20color=%22red%22%3ehttp//www.vbulletin.org/forum/showpost.php?p=1540525&postcount=4%3C/font%3E)
Version du hack : 3.7.
Version vBulletin Requise / Version vBulletin Required : vB 3.7
Testé / Tested : oui
Traducteur / Translator : Sofia
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only For Ours Translations
Installation
Dans le fichier "includes/class_userprofile.php", trouvez cette ligne (197) :
fetch_avatar_from_userinfo($this->userinfo, true, false);
Remplacez la par celle-ci :
fetch_avatar_from_userinfo($this->userinfo, false, false);
L'avatar apparaît alors en taille normale dans le profil.