Release v09b85: Thumbnail creation
Finally i got some time to add some automated thumbnail creation.
To do so, open the /galleries/index.php file and set $thumbnail_creation to true. Then go to http://your-gallery/galleries/?thumbnails and voilà! you can create thumbnails for every gallery. Please remember to set $thumbnail_creation back to false in order to avoid other people recreating all your thumbnails!
Thumbnails are created with the size set in /config/settings.php under $settings['cache_thumb_size']. If you want them to be created in a different size, just change the setting’s value.
Useful the first time you install minishowcase and when you change thumbnails to respect real aspect ratio (when you change the value of $settings['square_thumbnails']). NOTE: In some cases, you might have to delete the thumbnails manually through FTP since the script might not be able to delete the thumbnails due to PHP strict file handling permissions.
Please bear with me as this is the first release and it might be buggy. If you run into trouble, post it in the “community”:http://minishowcase.frwrd.net/community/ and I’ll be glad to help you.