2015-04-21, 22:56:33
Yeah i thought the width and height were for auto thumbnails, not manual cropping, since every item had a thumbnail field in output.
so here is my list now that I understand how it works.
* Auto thumbnails would be a nice feature
* Move name/ID as the primary field on edit and column list instead of the second field, would be better UI and less confusing.
* If manual thumbs and no thumb exists, do not output a partial path in "thumbnail" output as it does now
* thumbnails are not publicly accessible
/data/ExtraGallery/thumbs is a private store, and not public
GSTHUMBNAILPATH would be a better place for thumbs, and use your own prefix for the filenames as is standard, gsgallery.name.ext
* regenerate any auto thumbs if settings change, or offer the manual ability to do so.
* add fancybox to images
so here is my list now that I understand how it works.
* Auto thumbnails would be a nice feature
* Move name/ID as the primary field on edit and column list instead of the second field, would be better UI and less confusing.
* If manual thumbs and no thumb exists, do not output a partial path in "thumbnail" output as it does now
PHP Code:
// blank thumbnail, should be null, or not exist
'thumb-0' → array•3 {
'filename' → str•20 'ExtraGallery/thumbs/'
* thumbnails are not publicly accessible
/data/ExtraGallery/thumbs is a private store, and not public
GSTHUMBNAILPATH would be a better place for thumbs, and use your own prefix for the filenames as is standard, gsgallery.name.ext
* regenerate any auto thumbs if settings change, or offer the manual ability to do so.
* add fancybox to images