as "avatar" to use within third party extensions like EasyDiscuss" />
  1. Zephyrinus
  2. General
  3. Wednesday, January 28 2015, 03:02 PM
Dear EasyProfile,

The integration of easy profile within easydiscuss should be simple. But we're using a custom "image" field instead of the "avatar" option. Is it possible to integrate the custom image as an avatar. ?
Accepted Answer
admin Accepted Answer
Admin
Yes, but require minor hack to our Jomsocial Bridge.

into file /components/com_community/libraries/core.php replace at line 70 this
return JUri::root().$this->avatar;
with
return JUri::root().$this->your_image_alias;
and at line 88 this
return JUri::root().$this->avatar_mini;
with this
return JUri::root().$this->your_image_alias_mini;
  1. more than a month ago
  2. General
  3. # Permalink


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.