483

Product support

Get help in the plugin support forum.

  • Added on Mar 22, 2022
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x use latest
    v1.x not tested
  • Created by

Categories

Plugin for generating gallery folders with photos

The plugin creates folders with photos, the list of photos is displayed on a separate page. A modified FancyBox 3 library is embedded inside the plugin, with the addition of a callback form. The Fancybox script can be disabled.

Start using the plugin

For the plugin to work, you need to connect standard styles and scripts in the template or on the page:

# in the tag head:
{% styles %}

# at the end of the tag body. If you use the built-in Funcybox:
{% framework extras %}
{% scripts %}

You need to connect the components and insert them in the right place in the code

{% component 'galleryList' %}

To display the album photo list, create a page with a variable in the URL, for example: /gallery/:slug

:slug - is a standard variable, you can set your variable by adding the desired value to the Identifier value field in the galleryDetails component

Connect the galleryDetails component to the page and initialize it in the right place to display a list of photos

{% component 'galleryDetails' %}
  • Found the plugin useful on 29 Mar, 2022

    This is much more the kind of Gallery plugin I have been looking for. Its has all the core functionality and behaves slightly like the RainLab blog plugin. The plugin could benefit from more closely following the configuration of the Blog plugin and I think thats where I would love to see this plugin go in future.

    Right now, as I said it has all the core functionality and has been easy enough to setup for my site. Very happy so far!

  • author

    Replied on 30 Mar, 2022

    Thank you for your feedback

1.0.1

Init

Mar 22, 2022