Author: smarttips
Online MD5 Generator for your website
http://www.webconfs.com/online-md5-generator.php
How Search Engines view a Webpage.
Search Engine SpiderEnter URLĀ
Zend getting user profile picture in SocialEngine
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’)) ?>
Get the user id of the profile which is being viewed in socialengine
user id of the profile in socialengine $subject=Engine_Api::_()->core()->getSubject(); The above code returns the currently set subject. In profile the subject is the currently viewing profile. So for get id of this profile, use the following code $profileId=$subject->getIdentity();