You are here

README.txt in Profile Complete Percent 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7 README.txt
The PCP (Profile Percent Complete) module allows privileged users to tag profile
fields created through the profile module as fields needed for a users profile
to be 100% complete. The module checks these tagged fields against each user and
determines, based on what a user has successfully completed, the percentage that
has been complete.

INSTALL
==============================================
1. Download and extract the PCP module into your Drupal site.
2. Go to admin/modules and activate "Profile Complete Percentage" module.
3. Make sure you set up the desired profile fields in the profile module at
   admin/config/people/accounts/fields.
4. Go to admin/config/people/pcp and select the profile fields you want to use
   for completion then save.
5. Go to admin/structure/block, "Profile Complete Percentage" block is there
   under user section, place the "Profile Complete Percentage" block to your
   desired location.

After steps 1 - 5 of INSTALL are complete, you will see a basic block informing
you of how much your profile has been complete. All data is determined on the
fly so should you opt to activate or deactivate fields to be required in
admin/config/people/pcp the displayed data will adjust when the change has
been made.

File

README.txt
View source
  1. The PCP (Profile Percent Complete) module allows privileged users to tag profile
  2. fields created through the profile module as fields needed for a users profile
  3. to be 100% complete. The module checks these tagged fields against each user and
  4. determines, based on what a user has successfully completed, the percentage that
  5. has been complete.
  6. INSTALL
  7. ==============================================
  8. 1. Download and extract the PCP module into your Drupal site.
  9. 2. Go to admin/modules and activate "Profile Complete Percentage" module.
  10. 3. Make sure you set up the desired profile fields in the profile module at
  11. admin/config/people/accounts/fields.
  12. 4. Go to admin/config/people/pcp and select the profile fields you want to use
  13. for completion then save.
  14. 5. Go to admin/structure/block, "Profile Complete Percentage" block is there
  15. under user section, place the "Profile Complete Percentage" block to your
  16. desired location.
  17. After steps 1 - 5 of INSTALL are complete, you will see a basic block informing
  18. you of how much your profile has been complete. All data is determined on the
  19. fly so should you opt to activate or deactivate fields to be required in
  20. admin/config/people/pcp the displayed data will adjust when the change has
  21. been made.