Hi,
it would be great if you add the possibility to upload a custom thumbnail for each photo...
for example, for album A I need to show thumbs 100x150? I can upload a custom thumb.
for album B thumbs I need are 200X200? I can upload a custom thumb for that images.
It would be really great and useful I think!
Comments
However you will have to code the custom size in your theme. Please read the theming tutorial. (If all you want is different sized thumbnails, no need to upload any special image--once your theme is coded to call out the differently sized thumbnails, everything else will follow.)
While for other albums users have to upload square crops of their photos as thumbnails; for ex 70x70px thumbs.
For other albums then, we need larger thumbs (300x200px).
I know is complicated to explain why we need this but... it would be great to have a custom thumbnail upload form... that's it!
Thank you
A custom thumbnail upload would probably not work for you anyway. You will have to code your theme to deal with the differences among albums no matter what.
But as I said, you can upload pre-formed thumbnails to the cache folders. You just have to follow the normal naming conventions used by Zenphoto. (And of course, be careful not to purge your cache!)
We will NOT be providing a special upload to the cache folder, but there is no reason why you could not build a plugin that did this.
Maybe using/adapting/modifiying a Wordpress plugin like ZenphotoPress or some of the others will be a way for you.
Maybe also take a look at Zenphoto's object model.