Gallery Archive Example

This project is not covered by Drupal’s security advisory policy.

Gallery Archive creates a compressed archive file of all the highest-resolution images in an image gallery on your Drupal site. Users with the appropriate permission are able to download this archive.

Drupal 6

The Drupal 6 version of this module was built to work with Views Gallery, and only really works with that module, or a very similar setup (where you have an image gallery node, then a bunch of image nodes that reference the image gallery node, with one image per node).

Please configure the module after installation at admin/settings/gallery_archive. (By default, it's set to work with Views Gallery).

Drupal 7

The Drupal 7 version works (currently) with nodes-as-image-galleries. Basically, if you have a node type with a multi-value image field, you can use Gallery Archive to create an archive of all the images attached to the node. Work is underway to make this module also work with Views Gallery-style galleries; see #1509056: Views Gallery-style galleries.

Please configure the module after installation at admin/config/media/gallery-archive.

Troubleshooting

On some servers, the PHP max_execution_time might be set too low to allow the archive to be built. If this is the case, you can try increasing the max_execution_time.

Additionally, this module first copies all the pictures into your site's temporary directory, as configured at admin/settings/file-system. If you have trouble creating or downloading the archive, check the permissions on your site's temporary directory, or change the location to a subdirectory of your site's files folder (for example, sites/default/files/tmp).

Any other problems? Please file an issue in the issue queue.

Module created by Jeff Geerling of Midwestern Mac, LLC.

Supporting organizations: 
supports this module

Project information

  • caution Seeking co-maintainer(s)
    Maintainers are looking for help reviewing issues.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Media
  • chart icon11 sites report using this module
  • Created by geerlingguy on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases