By Emilio Iglesias on Wednesday, 04 September 2013
Posted in Technical Issues
Likes 0
Views 3.5K
Votes 0
Hello. I have upgrade my joomla 2.5 site to kunena 3.0.2 and last version of komento. Now i am testing new features. At first i notice a minor problem with resize avatar from kunena 3.0. The avatar that komento display are resize from 36x36, a little small, and this images dont look good.
Thanks: This is a example:

http://www.relatospulp.com/component/komento/profile/62.html
public function getAvatar()
{
$userKNN = KunenaFactory::getUser($this->profile->id);
return $userKNN->getAvatarURL('kavatar');
}


just put 'kavatar' in getAvatarURL()
·
Friday, 20 June 2014 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello ciuca,

Thanks for sharing.
·
Friday, 20 June 2014 10:15
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks ciuca. Now it works very well. it is fantastic.


ciuca marius wrote:

public function getAvatar()
{
$userKNN = KunenaFactory::getUser($this->profile->id);
return $userKNN->getAvatarURL('kavatar');
}
·
Friday, 20 June 2014 19:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing
·
Friday, 20 June 2014 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post