By lwatkins on
I have done several searches and browsed the modules and can't see anything. I thought I did once, but can't find it.
Anyway, I am looking for a module for users to add info like name, City, State, etc...
What is the quickest method to doing this?
Leisa
Comments
Profile.module
Drupal has a core profile module that allows you to do exactly this. Go to "Administer > Site Building > Modules", select "Profile" under "Core-Optional", and click "Save configuration". Next, go into "Administer > Profiles" (not sure about the section, but you should be able to find it), and you can add fields like text inputs, selection boxes, textareas, and more. You can see the profile module in action right here at Drupal.org by going into http://drupal.org/user/ and clicking "Edit".
There are a couple of contributed modules that will allow you to do more with user pages and profiles, like Usernode (http://drupal.org/project/usernode), or Nodeprofiles (http://drupal.org/project/nodeprofile).
Another option
Personally, I use Profile. But if you want more flexibility, here's (yet) another option: Bio module.