Instead of trying to integration with the Views Gallery module, I think I'll build the D7 version in a bit of a different way. Since a lot of people use a system where a bunch of images are attached to a node through file fields, that will be my primary use case. If a node has an image field attached, admins can configure the Gallery Archive tab to be shown on that node.
Additionally, I'd like to abstract things out into a more API-like system, whereby one could get back an archive file by either sending GA an array of file IDs, an array of file paths, etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gallery-archive-d7-port-1405166-1.patch | 18.74 KB | geerlingguy |
Comments
Comment #1
geerlingguy commentedOkay, finished up the initial port. For Drupal 7, Gallery Archive will *only* work with nodes-as-image-galleries (and not yet, at least, with image galleries built using the Views/Relationships method). Going to commit, update some docs, the project page, etc.
Comment #2
geerlingguy commentedCommitted: http://drupalcode.org/project/gallery_archive.git/commit/c04c31e
Yipee!