I generate my own thumbnails when photos are being uploaded to the server, and use those thumbnails for the gallery. I tried setting the thumbsGen to false, but it seems that thumbnails generation is still occurring and overwriting the thumbnails I have previously created.
I removed the md5check in the galleryGenerate() function to ensure that it will not overwrite, but it still does. Seems like $forceGenerate is set to 1 regardless of whether thumbsGen is true or false.
I generate my own thumbnails when photos are being uploaded to the server, and use those thumbnails for the gallery. I tried setting the thumbsGen to false, but it seems that thumbnails generation is still occurring and overwriting the thumbnails I have previously created.
I removed the md5check in the galleryGenerate() function to ensure that it will not overwrite, but it still does. Seems like $forceGenerate is set to 1 regardless of whether thumbsGen is true or false.