Zend getting user profile picture in SocialEngine
<?php
$smarttipsuser = Engine_Api::_()->user()->getUser($user_id);
echo $this->htmlLink($smarttipsuser
->getHref(), $this->itemPhoto($member2, 'thumb.icon'))
?>
<?php
$smarttipsuser = Engine_Api::_()->user()->getUser($user_id);
echo $this->htmlLink($smarttipsuser
->getHref(), $this->itemPhoto($member2, 'thumb.icon'))
?>