Posted by alakon on February 21, 2011 at 5:26pm
7 followers
Jump to:
| Project: | Profile 2 |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
It would be very helpful to have a migration path from the core Profile module for Drupal 7.
Comments
#1
http://drupal.org/project/field_convert would be suited to this.
#2
subscribe
#3
I've marked the core issue #394720: Migrate profile module data to field API as a duplicate of this thread.
[Edit] Maybe I should have marked it a duplicate of #1261576: Profile module data needs to be upgraded?
#4
So I've upgraded from D6 to D7 and still using the legacy and depreciated profile module. I'd like to move this data to D7's field api. What's the status on the migration path?
#5
Updating status.
#6
expressing my excitement/satisfaction
#7
Not sure this is helpful or not, but I made this simple module for D7 converting core profile (ick!) to user entity (horray!): https://github.com/markwk/profile_entity. It's not a conversion to Profile2 but I don't think it would take much to take it that next step. Seems to work for me but perhaps not general enough to solve all situations...