Download the PHP package markocupic/gallery-creator-bundle without Composer
On this page you can find all versions of the php package markocupic/gallery-creator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download markocupic/gallery-creator-bundle
More information about markocupic/gallery-creator-bundle
Files in markocupic/gallery-creator-bundle
Package gallery-creator-bundle
Short Description gallery extension for Contao CMS
License LGPL-3.0+
Rated 5.00 based on 1 reviews
Informations about the package gallery-creator-bundle
Gallery Creator Bundle
Frontend and backend extension for Contao CMS
This extension can be used to create, display and manage photo albums in your Contao installation. The Gallery Creator Bundle offers an album listing and an album detail view. Since version 2.0.0 markdown can be used to create the album description.
https://user-images.githubusercontent.com/1525166/154361326-cc4dc4c0-60c5-41e3-a0dc-a41fcd3d242e.mp4
Installation
Please use the Contao Manager or run composer require markocupic/gallery-creator-bundle
in your CLI to install the extension.
CHMOD
Go to the Contao Backend Settings and select a default album owner, a default album owner group and set the default access rights
Important: If you keep the "album owner" field empty, the currently logged in backend user automatically becomes the album owner when creating a new album.
Lightbox
As a lightbox we strongly recommend Glightbox.
Simply run the composer require inspiredminds/contao-glightbox
command in your CLI.
Please ensure, that you have activated the lightbox template
in the layout settings of your theme in the Contao backend.
CSS
Gallery Creator will add the .gc-listing-view
and/or the .gc-detail-view
to the
body tag. This will help you display or hide items you don't want to show in both modes (listing- & detail-view).
Configuration
This gallery extension is shipped with a default configuration.
If you want to override these settings, you
can do this in your common configuration file located in config/config.yml
.
"galleryCreatorGenerateFrontendTemplate" - Hook
Use the "galleryCreatorGenerateFrontendTemplate" hook to adapt the frontend output.
The "galleryCreatorGenerateFrontendTemplate" hook is triggered before the gallery creator front end template is parsed. It passes the content element object, the template object and the album object of the active album (if there is one). The "galleryCreatorGenerateFrontendTemplate" hook expects no return value.
"galleryCreatorImagePostInsert" - Hook
Use the "galleryCreatorImagePostInsert" hook to adapt the picture entity when uploading new images to an album.
The "galleryCreatorImagePostInsert" is executed right after an image has been uploaded and has been written to the database. It passes the pictures model and expects no return value.
Have fun!
All versions of gallery-creator-bundle with dependencies
php Version ^8.1
jaybizzle/crawler-detect Version ^1.2
league/commonmark Version ^2.3