The program ask for
$upic = ''; // Current user profile picture URL (leave blank for none)
we were using
$upic = get_member_pic($iID); ... after adding
function get_member_pic( $ID ) {
return $GLOBALS['oFunctions']->getMemberAvatar( $iId, $sType = 'small' );
}
to the design.inc.php file
is there another way to tell it to grab the users avatar?