By Govind Prajapati on Monday, 25 July 2016
Replies 3
Likes 0
Views 785
Votes 0
Hello There,

I am trying to develop Exporter for Users from easysocial
and for that I am giving options of selecting fields via check box or Multi select

I need to know, How do I get all field list in array or object from easysocial profiles

Like code snippet or function call to get field names (unique key and label) in array for all or single user profile type
Hello Govind,

We already have an "exporter" tool that you can use to export. You should take a look at that feature from the back end of EasySocial > Users > Export Users area
·
Thursday, 28 July 2016 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I know about that, but I need very specific exporter, and to be related with emerald membership subscription component.
so developing custom
·
Thursday, 28 July 2016 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can take a look of this following code file, this is how the user export function get all the specific data from user :
JooomlaFolder\administrator\components\com_easysocial\models\users.php (under `export` function)

Hope this will help.
·
Thursday, 28 July 2016 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post