UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

Authors Bio

Mark · ·
12:52 AM Monday, 21 December 2015
Normal
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
The replies under this section are restricted to logged in users or users with an active subscription with us