I don't speak about images in albums.
I speak about 'cache stored images' tab of cache manager.
what this feature is supposed to do and how it is supposed to work?
as far I can read, it is supposed to do 2 different things:
- first, "if image processor URI is discovered it will be converted to a cache file URI".
so, if a link to image like this `[img]/zp-core/i.php?a=20110721-vacances-ete-pays-basque&i=img_5671.jpg&w=800&h=189&cw=1100&ch=260&cx=0&cy=40[/img]` is found in a news content, it is supposed to be converted to `[img]/cache/20110721-vacances-ete-pays-basque/img_5671_w800_h189_cw1100_ch260_cx0_cy40.jpg[/img]`.
right ?
- second, "if the cache file for the image does not exist, a caching image reference will be made for the image".
so, the relevant cache image for `[img]/cache/20110721-vacances-ete-pays-basque/img_5671_w800_h189_cw1100_ch260_cx0_cy40.jpg[/img]` is supposed to be created.
right ?
as far I can test, both of these items aren't working as expected:
image processor URI are not converted, and cached images of images in news/pages contents are not created with this tab of cache manager (no matter if generated by tinyZenpage - with custom size -, or manually created - as I know the internal structure of cached images -, as I have to do for my personnal layouts in news contents).
we have to visit news/page from the front-end to create theses cache images.
it works in the past (it was a feature request of mine, and stephen worked on it).