By bramick on
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
=-=
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.
Thanks, that'll work perfect.
Thanks, that'll work perfect.
Using this too:
Using this too: http://drupal.org/project/profile_role All is right in the world.