README.txt 908 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. Dependencies
  10. ------------
  11. The image (core) module.
  12. Install
  13. -------
  14. 1) Copy the imagestyleflush folder to the modules folder in your installation.
  15. Usually this is sites/all/modules.
  16. Or use the UI and install it via admin/modules/install.
  17. 2) In your Drupal site, enable the module under Administration -> Modules
  18. (/admin/modules).
  19. Usage
  20. -----
  21. You can flush image styles under Administration -> Configuration -> Media
  22. -> Image styles
  23. Known problems
  24. --------------
  25. Private file image styles can't be flushed with this module.
  26. Credit
  27. ------
  28. This module was written by Stepan Kuzmin and is maintained by Hargobind Khalsa.