In D6 we could export user profile definitions to code because they were stored as content types a la CCK & content_profile. Now we have fieldable users (admin/config/people/accounts/fields), and profile2 (still confused about the difference). Neither of these can currently be exported using features module -- any plans?

Comments

lefnire’s picture

Status: Active » Fixed

I'm now able to export user fields, very cool.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Bevan’s picture

The Drupal 6 (profile.module) version of this patch is at #912716: Support profile.module fields in Drupal 6.

pandapowder’s picture

Just wanted to mention that this can indeed be done. Maybe I am the only one who got confused, but I expected to export a bundle sort of like a content type. That is not the case for user "profile" (not to be confused with the deprecated profile module) fields. Simply choose fields and then you will see your user fields in the list. Export them and they will be attached to the user entity when you import your feature on another site.