short_profile_info.php help me

Hey, in the module "short_profile_info.php" I need the photo of the member (large) + Age and city
thank you for your help

dsl for my English

Quote · 5 May 2010

$aUnit = array(
'photogrande' => $oFunctions-> getMemberAvatar($iId,$sType = 'medium'),




'status_pic' => getTemplateIcon($sUserIcon),
'profile_status' => _t('_prof_status', $sProfLink, $sUserStatus),
'profile_status_message' => $aProfileInfo['status_message'],
'profile_actions' => $oFunctions->genObjectsActions( $aProfileInfo, 'Profile'),
'bx_if:profile_status_cond' => array(
'condition' => $aProfileInfo['status'] == 'online',
'content' => array('chat_invite' => $sChat)
)
);

I have the image of the avatar but, I can not have a good image in my image is pixelated resolution, should be recovered image orginale.

I ask for help, thank you

Quote · 6 May 2010

please help me very important

Quote · 8 May 2010

please help me very important

try replace it :

'photogrande' => $oFunctions-> getMemberAvatar($iId,$sType = 'medium'),

on

'photogrande' => $oFunctions-> getMemberAvatar($iId,$sType = 'big'),

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 10 May 2010

no work, I can not manage to recover the function of the original image at the bottom of the avatar

thank you

Quote · 10 May 2010
 
 
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.