andrewhoule / silverstripe-photogallery
Creates a basic photo gallery pagetype with albums and photos. Photos within albums are opened with a lightbox.
Installs: 6 970
Dependents: 1
Suggesters: 1
Security: 0
Stars: 11
Watchers: 2
Forks: 13
Open Issues: 2
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- bummzack/sortablefile: dev-master
- silverstripe/cms: ~4
- silverstripe/framework: ~4
- silverstripe/vendor-plugin: ^1.0
- undefinedoffset/sortablegridfield: ^2.0
This package is auto-updated.
Last update: 2024-10-10 11:10:57 UTC
README
Author
- Andrew Houle
- https://andrewhoule.me
Requirements
- SilverStripe minimum version 5+.
- For SilverStripe 4 please use the SS4 branch.
- For SilverStripe 3 please use the SS3 branch.
- SortableGridField Module - https://github.com/UndefinedOffset/SortableGridField
- GridFieldBulkEditingTools Module - https://github.com/colymba/GridFieldBulkEditingTools
Installation
- Via Composer run "composer require andrewhoule/silverstripe-photogallery"
- Go to yoursite.com/dev/build/?flush=1
- Create a new photo gallery page, modify the settings, add albums/photos.
- Add some styles via your own CSS.
Todo
- Add support for video embeds (from youtube/vimeo)
- Add a basic theme
- Add documentation
- Add lightbox options
- Add yml for default settings