README.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Image style flush
  2. ==================
  3. This module will allow Drupal to flush all image styles at once or flush each
  4. individual image style right from the administrative interface.
  5. Features
  6. --------
  7. - Flush all image styles
  8. - Flush each individual image style
  9. - Integrates with the admin_menu module
  10. Dependencies
  11. ------------
  12. The image (core) module.
  13. Install
  14. -------
  15. 1) Copy the imagestyleflush folder to the modules folder in your installation.
  16. Usually this is sites/all/modules.
  17. Or use the UI and install it via admin/modules/install.
  18. 2) In your Drupal site, enable the module under Administration -> Modules
  19. (/admin/modules).
  20. 3) Visit the Administration -> People -> Permissions page to give the
  21. appropriate roles access to flush image styles.
  22. Usage
  23. -----
  24. You can flush image styles under Administration -> Configuration -> Media
  25. -> Image styles
  26. Note that this module only flushes images. It does not rebuild them.
  27. Known problems
  28. --------------
  29. Private file image styles can't be flushed with this module.
  30. Credit
  31. ------
  32. This module was written by Stepan Kuzmin and is maintained by Hargobind Khalsa.