I've posted a new build for Simple Gallery in the downloads section (members only).
New Functionality Includes:-
- IPortable Support (* See below for instructions on upgrade)
- 16 new borders have been included (Thanks to subscriber John LaFon)
- Removed validator when uploading a photo for photo name, this will be taken from file name when not specified.
- When a photo name is taken from a file name, it will remove the extension.
Fixed Bugs Include:-
- Fixed an issue with sub-folders and zip files.
* IPortable Upgrade Instructions
If you are upgrading a simple gallery installation, the IPortable feature will not be enabled by default (it only gets switched on during the first installation unfortunately).
To manually do this, go into the desktopmodules table and change the SupportedFeatures value from 2 to 3 or run the following script in Host -> Sql:-
UPDATE DesktopModules SET SupportedFeatures = 3 WHERE FolderName = 'SimpleGallery'
You will then have to flush the cache, in HOST -> HOST SETTINGS -> Clear Cache option.
Thanks again for all your feedback! |