I have a folder of images outside of the MODx installation folder and accessed through a media source. phpThumb creates a full sized copy of this image at assets/components/phpthumbof/cache/remote-images/…
Then it builds thumbnails and stores them in the configured location at assets/images-cache/…
The problem I’m having is if someone replaces an image in the media source location phpThumb doesn’t update it’s local copy. Clearing the resized thumbnails it generated just rebuilds them from the local copy. It took me forever to figure out why they weren’t updating.
Is there a setting that would help fix this? Either keeping it from making a local copy or tell it to update the local copy some how?