I have build an "profile type" with several fields.
Now I (UID = 1) export it (http://test.example.com/admin/structure/profiles) and then import it (http://www.example.com/admin/structure/profiles/import) at another website.

It would be nice, when all fields would be exported and imported at the same time (only the structure, not the contents).

Comments

wusel’s picture

Issue summary: View changes

Updated issue summary.

cyclingzealot’s picture

Found a way to do this?

Must admit I'm looking for the same thing. We want to export our profile2 setup from our dev environment to the client's, regardless of the state of the db we're importing into.

We though of buliding a script using a diff between the mysqldumps of a blank drupal install and one with our profile2 setup (or perhaps use a maatkit tool rather than mysqldumps), but we don't know if the profile2 data, especially the data column, is dependant on the state of the db external to profile2.

Perhaps using the rules module?

pwaterz’s picture

Status: Active » Closed (works as designed)

Go download the Features module. Closing this.

wusel’s picture

Title: Export and import alle fields of the profile » Export and import the structure of alle fields of a profile2-type [solved]

@pwaterz:
Thank you very much.

For me and others:
Look at the new HowTo on page http://drupal.org/node/1555778

jason.fisher’s picture

Disagree that Features is the complete solution here. I often use the bundle export/import tool to manipulate/duplicate groups of fields, or quickly apply fields from one content type to another and Features doesn't quite satisfy that rapid building need.

wusel’s picture

Title: Export and import the structure of alle fields of a profile2-type [solved] » Export and import the structure of alle fields of a profile2-type

Please give us the link to the Project "bundle export/import tool" for Drupal7.

Thanks.

wusel’s picture

Issue summary: View changes

Updated issue summary.