README.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. --------------------------------------------------------------------------------
  2. Profile2
  3. --------------------------------------------------------------------------------
  4. Maintainers:
  5. * Wolfgang Ziegler (fago), nuppla@zites.net
  6. * Joachim Noreiko (joachim), joachim.n+drupal@gmail.com
  7. This modules is designed to be the successor of the core profile module. In
  8. contrast to the core module this module provides a new, fieldable 'profile'
  9. entity - leverage the power of fields!
  10. Installation
  11. -------------
  12. * Copy the whole profile2 directory to your modules directory and
  13. activate the module.
  14. Usage
  15. -----
  16. * Go to /admin/structure/profiles for managing profile types.
  17. * By default users may view their profile at /user and edit them at
  18. 'user/X/edit'.
  19. --------------------------------------------------------------------------------
  20. Profile pages
  21. --------------------------------------------------------------------------------
  22. Maintainers:
  23. * Wolfgang Ziegler (fago), nuppla@zites.net
  24. This module provides an alternative way for your users to edit their profiles.
  25. Instead of integrating with the user account page, it generates a separate page
  26. allowing your users to view and edit their profile.
  27. Installation
  28. -------------
  29. * Once profile2 is installed, just active the profile pages module.
  30. Usage
  31. -----
  32. * The module may be enabled per profile-type by checking the checkbox
  33. "Provide a separate page for editing profiles." in the profile type's
  34. settings.
  35. * Users with sufficient permissions (check user permissions) receive a menu
  36. item in their user menu, just beside the "My account" menu item.
  37. --------------------------------------------------------------------------------
  38. General notes
  39. --------------------------------------------------------------------------------
  40. * Automatic profile labels can be easily generated based upon a pre-configured
  41. pattern using the Rules module. See http://drupal.org/node/1392716 for more
  42. details.