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.