Avatar *i.jpg

Hi,

the avatar use the image in 32x32px. (on top of the site, right of the name)

It´s stored in avatar-data. But I want to use the bigger one 64x64. Its also stored in that folder but without the "i". Where I am able to change this?

I think its somewhere in the script but I don't found it :-(

Quote · 20 Apr 2012

Hello

If you are saying about profile's avatar in the line between top menu and submenu then you need to take a look at templates/base/scripts/BxBaseMenu.php file -> getSubHeader method. Find the following code in it

/////Picture////////
if ($this->sCustomSubHeader == '' && !empty($this->aMenuInfo['profileID'])) {
     $sPictureEl = get_member_icon($this->aMenuInfo['profileID'], 'left');

get_member_icon function is used to get 32*32 icon. You may replace it with get_member_thumbnail function which is used to get 64*64 icon.

 

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 20 Apr 2012

Thank you - it works!!

Quote · 22 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.