1. mikhaelm
  2. Features Request
  3. Tuesday, March 17 2015, 07:28 PM
Hi,
please in Easy Profile field type SQL for custom field in profile, userlist.
2. Add function from field to insert a value in another field.
3. Integration in profile Comments
4. Private message...
admin Accepted Answer
Admin
Hi Mikhael,
1. Ok, we will add this on our TODO list.


2. In future we will add this function, for now you can build a simple plugin to do this, docs at https://www.easy-profile.com/docs/44-triggers.html
Example:
- Download skeleton plugin at the end of doc page
- Install and enable it
- Go into /plugins/jsn/skeleton/skeleton.php and remove example functions: triggerFieldAvatarUpdate, triggerProfileUpdate
- Add your function to do this like
triggerProfileUpdate($user,&$data,$changed,$isNew){ 
if(isset($data['field2_alias'])) $data['field1_alias']=$data['field2_alias'];
}

With this you can do operations on fields and also store data in another field.


3. We are already working on the various integrations ;) . the priorities are for articles, Kunena, EasyBlog, easydiscuss then in future will arrive even those for comments

4. Easy Profile is only a profiler component, so for now we do not think of adding this. Private Messages are already included in our Social Network plugin.
  1. more than a month ago
  2. Features Request
  3. # 1
mikhaelm Accepted Answer
Hi,
Social Network plugin (MooSocial) not interested, interesting to have private messages integrated with the profile, and the profile is already possible to integrate with various third-party packages. How your application will be more flexible so will be greater popular
  1. more than a month ago
  2. Features Request
  3. # 2
  • 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.