UPDATE.txt 844 B

1234567891011121314151617181920212223242526272829
  1. READ THIS FILE if you are updating from previous versions of
  2. 'taxonomy_access.module'.
  3. If you are installing taxonomy_access.module for the first time, you may ignore
  4. this file.
  5. -----------------------
  6. UPDATING
  7. -----------------------
  8. 1. DISABLE THE MODULE on page:
  9. "Administration >> Modules"
  10. (http://www.example.com/admin/modules).
  11. 2. BACK UP your database.
  12. 3. COPY the new taxonomy_access directory over the existing module directory
  13. (By default: sites/all/modules/taxonomy_access/ in your Drupal directory.)
  14. 4. LOG IN AS MAIN ADMINISTRATOR (user with user ID 1).
  15. 5. ENABLE THE MODULE on page:
  16. "Administration >> Modules"
  17. (http://www.example.com/admin/modules).
  18. 6. RUN UPDATE.PHP by visiting:
  19. http://www.example.com/update.php
  20. 7. TEST YOUR SITE'S ACCESS CONTROL. If there are problems, see the README.txt.