Hi,
To see the ES Profile from users, I have set this
But, I am interested to go to the 'about' tabs from profile users to be complete.
Could you help me?
To see the ES Profile from users, I have set this
public function getProfileURL($userid, $task='', $xhtml = true){
$this->user = ES::user($userid);
return $this->user->getPermalink();
}
But, I am interested to go to the 'about' tabs from profile users to be complete.
Could you help me?