- Support Forum
- /
- Main Forum
- /
- Joomla Extensions Support
- /
- vData
- /
- Presale - Sync data with EasySocial?
Presale - Sync data with EasySocial?
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
- Daniel
-
- Offline
- Administrator
-
Via Contact us form.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
Hi,
How to share it? Should I send you the message?
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Please share your back end & FTP login credentials via Contact us form, We'll look into it...
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
I'm sorry this is too complicated to me.
Here is our the JSON format:
{
"_id" : "55795615654b91582381cee1",
"m_Name" : "",
"m_Avatar" : "",
"m_CreList" : {
"google" : "",
"phone" : "",
"facebook" : "",
"anonymous" : "test",
"email" : ""
},
"m_AnoPass" : "098f6bcd4621d373cade4e832627b4f6",
"__v" : 104,
"m_UserData" : {
"COA_ALPHA" : {
"m_RefID" : "567809cffef145892bf0314b",
"_generalinfo" : {
"_firstLogin" : 1450707458853.0,
"_lastLogin" : 1450707508086.0
}
}
}
}
I created the custom fields in EasySocial already. I see that for an EasySocial profile, it has the data from 2 tables:
#_social_user (contain Joomla user_id, alias, permalink)
#_social_fields_data (contain the value of user's fields)
How to link between them and import to 2 tables at once? I'm sorry I'm new with vData and I'm not web developer.
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Yes of course we'll help you to set up the profiles. Please go through the documentation here, and if there is anything which is not understood clearly, Please let us know We'll help you to achieve that. Here is the documentation url: www.wdmtech.com/vdata-documentation
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
Could you please help me to set up the profile?
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
Thank. I have just bought vData
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Hi,
You need to set up two Profiles one is for export and another for Import with JSON file format. One Profile will allow you to export EasySocial users in JSON format which you can use to import in your back end system. For the import Profile, you need to set up a Cron Job which will allow you to insert/update records in EasySocial from the Data sent by backend system.
We can help you to setup the Profiles. Please do not worry about it. You can also follow the documentation here: www.wdmtech.com/vdata-documentation
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
Hi,
Could you please guide me how to do that? I will purchase vData and then?
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Great, then you can use vData
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
Hi,
We have that mechanism. We support to get the json and update to our database.
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Hello,
vData can be used to update EasySocial users database from the json data sent by your backend system. But as Joomla doesn't have an official support for MongoDB, hence it can not update your MongoDB. However it can send the updated data to your backend system in json format. If you have mechanism to load this data in your database that would be great.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Anh Le Giang
-
Topic Author
- Offline
- New Member
-
- Posts: 9
I'm using MongoDB in my mobile app and we able to send the data via json format. I'd like to ask whether I can use vData to import that json to EasySocial, such as user profile (including custom fields) and update back to our own database if user changes in his ES profile.
I think there are 2 options:
- vData will get the data from my backend system and display the info in EasySocial. When user make any change, it will update to my backend system. So the data will not save to MySQL tables of EasySocial.
- Similar but vData will get the data from my backend system and sync to EasySocial's MySQL tables. Then the user will load the database from MySQL. When they make any change, it will update to my backend system.
Which option is possible for your side?
Please Log in or Create an account to join the conversation.