Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2010 at 23:07 UTC
Updated:
7 Sep 2012 at 22:28 UTC
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
Comment #1
lefnire commentedI'm now able to export user fields, very cool.
Comment #3
Bevan commentedThe Drupal 6 (profile.module) version of this patch is at #912716: Support profile.module fields in Drupal 6.
Comment #4
pandapowder commentedJust 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.