Installation from the Contao Extension Manager in the BE
http://www.contao.org/extension-list/vi ... ry.en.html

Introduction
Gallery Collections (or archives) can be set-up to create protected groups, linked to pages, with artist member group restriction, default sort ordering, RSS feeds (yep, galleries in feeds), and of course searchable (just like News, Events, FAQ).

Gallery items had been vastly improved and you can now either manage individual artwork pieces or photo items with a single poster image or you can add an additional multiple-image gallery. This allows you to both catalog items with single photos or still create photo galleries of events with a nice poster image to represent the gallery (if you prefer to hide the gallery in the list view).

This new version introduces the concept of categorisation of the art/photo pieces with galleries, e.g.
  • author (BE user)[/*:m:11hcn6dd]
  • artist (FE member)[/*:m:11hcn6dd]
  • status (available, sold, reserved)[/*:m:11hcn6dd]
  • art size (A x B cm/mm/in/px)[/*:m:11hcn6dd]
  • medium (oil, acrylic, color print, etc.)[/*:m:11hcn6dd]
  • substrate (canvas, paper, photo, fabriano, etc.) [/*:m:11hcn6dd]
  • location[/*:m:11hcn6dd]
  • description[/*:m:11hcn6dd]
  • featured [/*:m:11hcn6dd]
  • published features start/stop as well[/*:m:11hcn6dd]


All these above items or any additional category items can now be extended by other developers and filtered on automatically (['eval']['feFilter'] = true).

Gallery List Module
You can now list gallery items (now with odd/even classes) just like news items, with per page, featured, sorting restrictions. Then you can optionally also render the image gallery (which still copies its style from CE Gallery). You can now also specify which meta fields must be displayed (qty, comments, author, substrate, medium, etc.).

List Filtering
This is a great new addition. Which allows you to check boxes to pre-filter on any of the feFilters, e.g. status=available, medium=oil, etc. Then you can also activate the filtering menu, which creates an UL/LI nav rendering to allow you to quickly filter with a few mouse clicks the entire list of art/photo/galleries.

Gallery List Page-Linked Module
This works like the List module, but allows you to link a page to a archive and then you only need to have 1 layout shared for many pages. The module will look-up which page its on, search for that through the gallery collections and display only those collections. You can then additionally still filter using status, medium, substrate, etc.

Gallery Viewer Module
This simply configures the display of the detail page, similar to the listing module.

Gallery Single Module
This allows you to create a listing of 1 gallery item. This is a bit pointless on its own, but now becomes powerful in the creation of the inserttag reference.

Code:
{{insert_gallery::ID:MID}}
where ID is the gallery ID, and MID is the module ID of the Gallery Single Module. Basically, it loads the configuration of the Gallery Single Module, then re-assigns its module ID to the one you specified and then renders that into the inserttag output.

Gallery Comments
During the installation, your existing comments will be migrated to the new Contao integrated comments system.

Conclusion
We hope that you will enjoy this new enhanced version.