By Richard Baker on Tuesday, 01 January 2019
Posted in General Issues
Replies 3
Likes 0
Views 431
Votes 0
In which structure does is the user flow put in so I can back it up and restore it to another website please? Not "LAZY" just a lot in it in.

Thank you in advance.
Hey there,

I am really sorry for the delay of this reply as it is a public holidays for us here.

Do you mean you would like to move your existing current site data to another website?

If that is the case, you can export all the table from your existing site database then import to your new site database.
·
Tuesday, 01 January 2019 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
No just the one that have the user flow.
·
Tuesday, 01 January 2019 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like that is no easier way to export certain data like user workflow to another site.

Because it actually involved a few table once you create/update the workflow on the site.

For example :
#__social_workflows
-> it will stored user workflow basic info

#__social_workflows_maps
-> it will stored each of your existing profile type, group/event/page categories which belong to the workflow id.

#__social_fields_steps
-> if you have create different step from the creation form like registration form (user workflow), it will store it at this table to determine that how many step under this workflow.

#__social_fields
-> it will stored each of the custom field which belong to the step id.
·
Wednesday, 02 January 2019 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post