how can i make a page for the user to fill in the blanks like personal info contact,bio,image,embedded video

i guess you can call it a profile page
when i log in with the test user i just see view and edit under my account button

in the view tab it says
History

Member for
9 min 17 sec

in the edit it says
password
email
change password
and some other stuff

how can i create another tab like that but for the users personal info

Comments

ludo1960’s picture

Have a look at http://drupal.org/project/content_profile should do what you want!

supra21’s picture

that ones only for drupal 6
is profile 2 the same things? http://drupal.org/project/profile2

nevets’s picture

Personally, in Drupal 7 I simply add fields to the user object, look under configuration >> account settings.

supra21’s picture

it says "These settings impact the way that data is stored in the database and cannot be changed once data has been created."
is there a different thing i can use that can be changed if the user makes a mistake or needs to update the info

nevets’s picture

The user can change their data, you can not change the settings for the field once data has been stored in it.

supra21’s picture

ok im kinda stuck im trying to make the page for the user and i dont know what to write for this part

Path *
[text here]
The path for this menu link. This can be an internal Drupal path such as node/add or an external URL such as http://drupal.org. Enter to link to the front page.

nevets’s picture

If you are adding fields to the user object, the path will be user/{uid} by default (you can use a module like path auto to alias it)

supra21’s picture

nevets’s picture

Yes