Hi All

I am using Drupal 7 to build my website ....
I am trying to enforce the user to fill a specific content type in the registration process (including a content type form inside the registration form)....

what i mean is that i need this content type to become like a user profile ....

I noticed that this was available in Drupal 6.x, to make a specific content type as a profile...

I don't want to use the profile2 module since i have alot of data in my content type

Thanks in advance

Comments

=-=

Please edit and move this thread to the post installation forum. The general discussion forum is not for support questions. thanks.

profile2.module is the only module that will do this in D7. If you wind up writing your own module you'll likely wind up writing profile2. In D6 and before users were turned into nodes thus profiles were content types. In D7, users are entities.