Converting from nodeprofile to bio
Posted 04/01/2008 - 21:47 by Michelle
I decided to convert CRO from nodeprofile to bio. Nodeprofile is nice for really complex profiles with multiple nodes but I didn't need anything that fancy. More important to me was the ability to put individual fields on the registration page.
While nodeprofile just looks at the type to find your nodeprofile node, bio actually stores the uid/nid pair in a table. So that table must be populated. Fortunately, it's pretty easy. Just fire up phpmyadmin or whatever mysql proggie you use and put:
INSERT INTO bio select nid, uid FROM node WHERE type = 'uprofile';You'll need to change "uprofile" to whatever your user profile node type is. And, of course, this only works if you had just one type for the profile under nodeprofile. If you have more than one, then you need to stick with nodeprofile.
Site contents are licensed under a