Need ideas for how to present new type of gallery
jfriend
Registered Users Posts: 8,097 Major grins
I've got a photo display challenge that I haven't figure out how to do well on Smugmug so I thought I'd ask for ideas. I was taking pictures of a rowing regatta and, after sorting through all the images, I end up with 4-5 keeper images from each race with a total of about 50-60 images. I could dump them all in one gallery, but the viewers would rather go quickly to their particular races so they can see their images. With just 4-5 images per race, it seems kind of silly to make a gallery for each race.
What I'd really like is some sort of way to group and label every 4-5 images with the ability to give each group it's own title and description (Men's Novice 8, Men's Novice Quad, Men's Varsity Single, Men's Varsity Double, etc...), but still have them all in one overall gallery. That would make it both easy to browse and easy to find the specific races a viewer wants. But, I have no idea how to do anything like this in Smugmug without doing it all with custom HTML which is much too much of a pain for 50-60 images and something I will repeat many weeks through the season.
I've had a need for something like this in several other circumstances too (often with family vacation photos), but never been able to do anything like it in Smugmug. One way of thinking of it is kind of a cross between a photo blog and a photo gallery, or a gallery with groups of photos and annotations describing each group. Maybe it could be called a "grouped gallery". On a vacation, each group might be a day or a location on the trip. When you only have a handful of photos for each group, you don't want to make a gallery for each one, but you also don't want to just dump them all into one gallery either with no layout or organization to them.
Anyone have any ideas how to do anything like this on Smugmug? Anyone else had any interest in something like this?
What I'd really like is some sort of way to group and label every 4-5 images with the ability to give each group it's own title and description (Men's Novice 8, Men's Novice Quad, Men's Varsity Single, Men's Varsity Double, etc...), but still have them all in one overall gallery. That would make it both easy to browse and easy to find the specific races a viewer wants. But, I have no idea how to do anything like this in Smugmug without doing it all with custom HTML which is much too much of a pain for 50-60 images and something I will repeat many weeks through the season.
I've had a need for something like this in several other circumstances too (often with family vacation photos), but never been able to do anything like it in Smugmug. One way of thinking of it is kind of a cross between a photo blog and a photo gallery, or a gallery with groups of photos and annotations describing each group. Maybe it could be called a "grouped gallery". On a vacation, each group might be a day or a location on the trip. When you only have a handful of photos for each group, you don't want to make a gallery for each one, but you also don't want to just dump them all into one gallery either with no layout or organization to them.
Anyone have any ideas how to do anything like this on Smugmug? Anyone else had any interest in something like this?
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
0
Comments
I suspect that you've already thought about this, but I'll jump in anyway.
Working with the current smug structure, what if you put all of the photos in a single gallery, applying a specific keyword to each photo based on the race category? Then create a second HTML-only gallery linking to the keyword "galleries". The HTML-only gallery could have a title, description, and link to the specific keyword "gallery".
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
http://www.jasonscottphoto.com/Wedding-Photos/2008/Pilar-and-Mike/6865476_6a4hV
Jason Scott Photography | Blog | FB | Twitter | Google+ | Tumblr | Instagram | YouTube
I want them all in one gallery, but with labels for each group of images. Here's a general idea in text form. This makes it super easy to find the right race, then browse the images for it. There's no drilling into sub-categories and then thumbs. It's all in one place, yet highly organized. I'm still wondering how to do this without a ton of manually created HTML.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
You could use an "Event" but again, that is a lot of galleries (the exact reason I don't want to use Events...)
Jason Scott Photography | Blog | FB | Twitter | Google+ | Tumblr | Instagram | YouTube
If so, then you automate it as follows:
You put all of the photos from the event into a single gallery, and add suitable keywords to the photos from each of the races.
You then use javascript or css to hide all of the photos from view. (My understanding is that you would still be able to use the "lightbox" links to trigger a large copy of the photos to appear.)
In your customisation, you will need to have a "page source" table for each gallery. This would be a list of "Subtitle" "keyword" combinations for that particular gallery. For example "Men's Novice 8", "firstregattamennoviceeight", etc.
You then need to write javascript to insert the custom html at the end of the gallery description. You first need to insert the subtitle text. Then you need to query the API (or RSS feed) for the keyword, and obtain a list of the photos with that keyword. You can use this to construct the html for the thumbnail with a link to the lighbox URL for that photos. Do this for all of the photos with that keyword, and then loop over all of the subtitles within the gallery's "page source" table.
It's rather involved, but it's the only way I can think of that doesn't involve you manually maintaining a list of which image IDs correspond to which subtitles.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Inevitably, this page will consist of a number of repeating elements, just replacing the imageID each time. You could exploit this, and manage future pages as follows:
I'm not entirely sure if that would really work given how SM creates all the elements for the images, but it might be worth a go. Still not automatic, but all the images are in one gallery, and provided you sort them correctly, the rest would tend to take care of itself.
That said, it'd be really, really cool if SM would build a "break-on-keyword" feature in the galleries that would then generate a heading at each break. Not really sure how it would work, since each image's keywords can be any order, and there could be multiple keywords, or where the heading would come from (it could be another keyword, I suppose, but how to determine which one to use?) but it'd be really cool, and wouldn't entail a new type of gallery -- just an addition to the existing types.
Need customization services? View our packages or see our templates.
Note: I won't be offended if you edit my photo and repost it on dgrin -- I'm always open to new interpretations
and ideas, and any helpful hints, tips, and/or critiques are welcome. Just don't post the edit anywhere else
but dgrin, please.
My Gear List