Configuring the Drupal Profile Page
Profile Fields
Our profile content remains almost empty. Let's add the main informational fields, which I will call "Profile Fields". This step really requires some thought to determine the necessary fields. Some common ones are: about me, gender, hobbies, job. To define additional fields, we need to use the Profile2 module. I usually place all the fields together in a fieldset. You can add field groups. Just fill in the field, drag it, and you’re done. Remember that the profile will be created during registration. This means: keep required fields to a minimum. Users should be able to register quickly. Also, we don’t want to overwhelm them with text fields, even if they’re optional. You can keep the profile page tidy by grouping fields appropriately.
Avatar
Your users need a face. Custom avatars play an important role in the modern internet. They help significantly improve the overall feel — the “personal touch” between users. The necessary tools for creating great user photos are already available in Drupal.