By supra21 on
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
Have a look at
Have a look at http://drupal.org/project/content_profile should do what you want!
that ones only for drupal
that ones only for drupal 6
is profile 2 the same things? http://drupal.org/project/profile2
Personally, in Drupal 7 I
Personally, in Drupal 7 I simply add fields to the user object, look under configuration >> account settings.
it says "These settings
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
The user can change their
The user can change their data, you can not change the settings for the field once data has been stored in it.
ok im kinda stuck im trying
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.
If you are adding fields to
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)
this module?
this module? http://drupal.org/project/pathauto
Yes
Yes