You are here

README.txt in Account Profile 7.2

TODOS
*********************
Add hook_help()
add quick demo video


Usage:
----------------------
- Create a profile as usual (eg. personal_data)
- Edit the profile (admin/structure/profiles/manage/personal_data) and check
  "Show this profile as part of user account form" option.
  [Tip]: weights matter if you want assign more than one profile.
- Dont forget to give the user proper permissions to edit his own profiles
  in admin/people/permissions:
  "Personal data: Edit own profile" in our example.

That's all, login as the target user and enjoy it ;)

By UX friendly
----------------------
When you merge profiles into the user account, all fields are together,
and that's fine if is what you want.
But if you want split each profile into separate "blocks" go to
admin/config/people/accounts and check "Wrap account form in a fieldset.".
To finish use http://drupal.org/project/field_group
to wrap each profile's fields.

File

README.txt
View source
  1. TODOS
  2. *********************
  3. Add hook_help()
  4. add quick demo video
  5. Usage:
  6. ----------------------
  7. - Create a profile as usual (eg. personal_data)
  8. - Edit the profile (admin/structure/profiles/manage/personal_data) and check
  9. "Show this profile as part of user account form" option.
  10. [Tip]: weights matter if you want assign more than one profile.
  11. - Dont forget to give the user proper permissions to edit his own profiles
  12. in admin/people/permissions:
  13. "Personal data: Edit own profile" in our example.
  14. That's all, login as the target user and enjoy it ;)
  15. By UX friendly
  16. ----------------------
  17. When you merge profiles into the user account, all fields are together,
  18. and that's fine if is what you want.
  19. But if you want split each profile into separate "blocks" go to
  20. admin/config/people/accounts and check "Wrap account form in a fieldset.".
  21. To finish use http://drupal.org/project/field_group
  22. to wrap each profile's fields.