README.txt 850 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Image style flush
  2. ==================
  3. This module will allow Drupal to flush all image styles at once or flush each image style individually right from administrative interface.
  4. Features
  5. --------
  6. - Flush all image styles
  7. - Flush each image style individually
  8. This module was written by Stepan Kuzmin.
  9. Dependencies
  10. ------------
  11. The image (core) module.
  12. Install
  13. -------
  14. 1) Copy the imagestyleflush folder to the modules folder in your installation. Usually
  15. 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 -> Image styles
  22. Known problems
  23. --------------
  24. Private file image styles can't be flushed with this module.