How can one access the source image for the avatar image?
PermalinkThe values are stored in an array and one of the values is the UserInfo ($ui).
I also have
$ih = Loader::helper('image'); // For image
$av = Loader::helper('concrete/avatar');
I can get the avatar image using
$avatarImgPath = $av->getImagePath( $ui, false );
How can I get the source image for the avatar?
Much appreciated...
Todd