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

mikeryan’s picture

Status: Active » Fixed

Done. The bodies of node types selected as content profiles can be mapped using the name field_<type_name>_body.

Status: Fixed » Closed (fixed)

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

bkerwin’s picture

Can 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.