Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is an initial unstable release of Node Gallery for Drupal 7. At this point, the advanced features and integrations with other modules do not work, but the basic mechanics of making a gallery of nodes does work. Code still needs a lot of cleanup, as well. It is not recommended that this be used in production. It should be used for testing and submitting issues and patches.
The module has now been split into two pieces:
Node Gallery API: All the functional code is in this module, but installing this alone will not set up any content types, views or NG relationship types. You would use this by itself if you wanted to totally customize everything from scratch.
Node Gallery: This module will install the Gallery and Gallery Item content types, it will set up a default NG relationship type between them, and it will install views similar to those found in the D6 version of this module. This is your out-of-the-box gallery solution. This module depends on NG API module.
Here are the things that are currently working:
All the back-end admin interfaces except those listed below in the (not working) section.
Default content types and views with Node Gallery module.
The front-end admin pages (Manage Items, Sort Items, Upload Items)