Support

  1. neboy65
  2. Support
  3. Saturday, December 19 2015, 04:55 PM
I see that Easy Profile now has integration with Easy Blog and Komento I have upgraded Easy Profile to version 1.3.13. I looked through the Addons and Integration page and I do not see anything there for these two Integrations. Is this included already in Easy Profile or do I need to download it from somewhere?
admin Accepted Answer
Admin
Hi,
you can use avatar & profile link integration with our Jomsocial Bridge, follow instructions at:
- Komento: http://docs.easy-profile.com/index.php/article/integration-komento
- EasyBlog: http://docs.easy-profile.com/index.php/article/integration-easyblog

You will find JomSocial Bridge in our download area.

For Komento we now testing a new plugin to see all comments in Easy Profile profile page, read this post: https://www.easy-profile.com/support/komento-2-0-5-avatars-and-profile-link-don-t-seem-to-work-with-jomsocial-bridge.html#reply-10103
  1. more than a month ago
  2. Support
  3. # 1
neboy65 Accepted Answer
Basic
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
neboy65 Accepted Answer
Basic
I found I needed to turn off the joomla display info for the users account for easy blog and edit joomla account info for easy blog, so now users cannot edit this information in easy blog they have to go to easy profile, but when you click on an author on the website it takes them to their easy profile, but it doesn't display their easy blog bio, is there away to have easy profile pull in their easy blog bio and be able to edit it?
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Hi,
we provide only Avatar & profile link integration, but you can do this with 2 ways:
1. Edit EasyBlog template file to thos Easy Profile bio field, (you can retrieve Easy Profile data with our API http://docs.easy-profile.com/index.php/article/jsnuser-object)

2. Sync Easy Profile bio with EasyBlog bio.
You can create a simple plugin based on our Skeleton plugin to copy Easy Profile Bio into EasyBlog user table, follow these steps:
- Download, Install and Enable our skeleton plugin (you can download it from http://docs.easy-profile.com/index.php/article/triggers)
- Open file /plugins/jsn/skeleton/skeleton.php
- Remove samples functions like: triggerFieldAvatarUpdate and triggerProfileUpdate
- Write your function like:
public function triggerProfileUpdate($user, &$data, $changed, $isNew)
{
$ep_bio=$data['bio_field_alias'];
$db=JFactory::getDbo();
$query='UPDATE #__easyblog_users SET biography='.$db->quote($ep_bio).' WHERE id='. (int) $user->id;
$db->setQuery($query);
$db->execute();
}

This will copy from Easy Profile field "bio_field_alias" to EasyBlog user table.
Docs About our triggers at http://docs.easy-profile.com/index.php/article/triggers
  1. more than a month ago
  2. Support
  3. # 4
neboy65 Accepted Answer
Basic
Content Protected
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
Hi,
you can make available biography field only for some usergroups with parameter "Available for".
  1. more than a month ago
  2. Support
  3. # 6
  • Page :
  • 1


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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.