50 lines
908 B
Plaintext
50 lines
908 B
Plaintext
|
|
Image style flush
|
|
==================
|
|
|
|
This module will allow Drupal to flush all image styles at once or flush each
|
|
individual image style right from the administrative interface.
|
|
|
|
|
|
Features
|
|
--------
|
|
|
|
- Flush all image styles
|
|
- Flush each individual image style
|
|
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
The image (core) module.
|
|
|
|
|
|
Install
|
|
-------
|
|
|
|
1) Copy the imagestyleflush folder to the modules folder in your installation.
|
|
Usually this is sites/all/modules.
|
|
Or use the UI and install it via admin/modules/install.
|
|
|
|
2) In your Drupal site, enable the module under Administration -> Modules
|
|
(/admin/modules).
|
|
|
|
|
|
Usage
|
|
-----
|
|
|
|
You can flush image styles under Administration -> Configuration -> Media
|
|
-> Image styles
|
|
|
|
|
|
Known problems
|
|
--------------
|
|
|
|
Private file image styles can't be flushed with this module.
|
|
|
|
|
|
Credit
|
|
------
|
|
|
|
This module was written by Stepan Kuzmin and is maintained by Hargobind Khalsa.
|