I need some additional fields in user profiles that requires to be filled in when users signing up.
I’m sure there are such modules for Drupal …
Any help will be greatly appriciated

Comments

joe4’s picture

profile is a part of drupal core.
Enable it and it is managed under "user management" "profile"

Here is a example http://www.parentgallery.com/user/register

_____________________
Adoption Agency Reviews http://www.adoptionagencyratings.com

Raf’s picture

Is there a way to style these? I can copy user-profile.tpl.php to my theme folder and change it there, but doing so for user-profile-category.tpl.php and user-profile-item.tpl.php doesn't have any effect.

Also, I want to show password (dotted out, like a proper password field), email address and user role as well in the same place as all the extra fields I added through the Profile module, but without having to switch tabs to see those. Is this possible?

And last but definitely not least... Can I put this info in a block or such? I got a page template with 3 columns. The profile info should go in the left column, a search bar in the middle and in the right a list of files the user can download, based on the search term and his user role.