I am trying to import the author's bio to a component that I am using for user profiles in joomla so the users can go to the one profile page and update their avatar and their easy blog bio. I have the avatar's working but I need to get the bio field to work. I am using easy profile and they use the jomsocial bridge to talk to easy blog to set the avatar but it doesn't pull the easy blog bio. I was given the API call to call the easy blog bio for the author's.
Retrieve Raw User Field
$user=JsnHelper::getUser(); echo $user->field_alias
or
$user=JsnHelper::getUser(); echo $user->getValue('field_alias');
I need to know what file the bio field is in for the authors so I can add the API code.
Here is the API code sheet just in case if this is not the correct API code that will talk to this field properly.
http://docs.easy-profile.com/index.php/article/jsnuser-object