Closed (fixed)
Project:
Drupal-to-Drupal data migration
Version:
7.x-2.x-dev
Component:
D6-specific
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2013 at 23:10 UTC
Updated:
6 May 2013 at 22:40 UTC
The current support for migrating from D6 content_profile nodes only looks at CCK fields - the node body can also be used as a profile field. We need to expose the body as well - may be a bit tricky, the code handling these fields is assuming it only needs to look in the CCK tables...
Comments
Comment #1
mikeryanDone. The bodies of node types selected as content profiles can be mapped using the name field_<type_name>_body.
Comment #3
bkerwin commentedCan you access the content profile nodes title the same way? I tried mapping field_<type_name>_title to a D7 user field but it didn't seem to work.