How do I re-convert back core profile my user's content profiles?

Comments

jwilson3’s picture

I'm pretty sure this module only supports a one-way conversion (from core profile to content_profile) at this point.

jwilson3’s picture

Status: Active » Closed (works as designed)

Patches of course are welcome :)

mgladding’s picture

I would be interested in this option as well. I thought it would be a good idea to start using Content Profile and migrated my users over, but I soon found out that it wasn't going to be the best way to achieve my goal.

Anonymous’s picture

is there any news about the profile conversion?
thanks in advance

jwilson3’s picture

Upon thinking about this further. I dont believe this module does any destructive behavior. so, assuming you didnt delete the original content and tables provided by the core profile module, converting back to the Profile module after testing this out would be as easy as reenabling the core profile module, and uninstalling Content_Profile.

Note that you obviously wouldn't be able to convert "back" any new fields you've added to the CCK, and any new content uploaded to user profiles during the time when Content_Profile module was in effect would be lost.

Mateo1041’s picture

Subscribing. I'm also interested in this with a Drupal 7 upgrade on the horizon. I hear Drupal 7 uses something called Profiles 2.

Short of a module to do this, it sounds like this would need to be done at the database layer to move any custom "content profile" data to a core profile structure.