Any suggestions on what to use for creating custom fields for profiles? I'm thinking just use CCK. I wanted to see if there's something else out there that's more specific that might work better.

We basically want to add more info fields for profiles. I'm working on an intranet for the company and need more contact information to display. Phone Number, Title, etc.

Comments

vm’s picture

you can add fields to profiles with the core profile.module in administer -> profiles

you can use the content_profile.module to open up use of CCk with profiles.

bramick’s picture

Thanks, that'll work perfect.

bramick’s picture

Using this too: http://drupal.org/project/profile_role All is right in the world.