How about letting the gallery optionally be a node, but also support queries that
don't require a node to exist for the given query?
For example (clean URLs assumed):
/node/view/375 shows a photo gallery that has nid=375 (in other
words, glues in seamlessly like any other node, can
be part of a book outline, etc) (this is my version)
Comments
Comment #1
Robert de Bock commentedYep, in my words;
- I would like to be able to display a gallery (a few columns and rows) based on a query, as used in the "taxonomy" module.
An example:
if I use these urls, (relative) it displays the photos with that tid just fine:
image/tid/1
image/tid/2
image/tid/3
But, I would like to be able to combine this query, so it shows only pics that have tid=1 AND tid=2 AND tid=3. In the taxonomy module, this relative URL would be used:
taxonomy/term/1,2,3
Maybe with the image module, this would be the link:
image/term/1,2,3
Comment #2
walkah commented4.5 no longer supported, and there have been other attempts at this.