how to get avatar of an user ?

My goals is simply to start a BLANK page with a logged user (I can get the $_COOKIE) to get the loggedon user.

How do I get the avatar of this userid ?


I found that which is very useful:

But what libraries should I include in my blank.php page ? 


// This one gets the 32x32 small avatar.
$upic = $GLOBALS['oFunctions']->getMemberAvatar( $iId, $sType = 'small' );

// This one gets the 64x64 standard size avatar.
$upic = $GLOBALS['oFunctions']->getMemberAvatar( $iId, $sType = 'medium' );

Quote · 22 Dec 2017
 
 
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.