I’m just trying to get an idea for the best way to handle a potential problem I can see I might need to solve.
Imagine I have a site which has the classic situation of a number of events, each event can have 1 or 2 bands playing. Popular bands might well come back several times
I’d put the events in one weblog, bands in another. I’d put two ‘related’ fields in the events weblog to link to the bands for that evening. Reverse related would enable me to list all the events a band has played in on that bands page. That’s clear.
.
.
Now obviously we would want to have a picture gallery - and it would be nice to classify pictures by both event and band, so that if you looked at a past event page you could see thumbnails of the pics for that event AND if you looked at a band page you would see thumbnails related to that band.
I’d like to use the EE gallery module to handle the thumbnail generation and picture display, but as far as I can see in an image gallery I can only categorise pictures one way [in this case either by band OR by event].
.
.
Soooo what I’m wondering is how to get around this, given I’m not a PHP buff.
One possibility, I guess, is to set up two image galleries within the module, one for events events and one for bands. However would I then have to upload a picture twice? That does not seem to be very elegant.
Is there a neater way within EE?