Keywords and smart galleries ...
rt2photo
Registered Users Posts: 143 Major grins
I've just shot a dance event, and have ~500 photos to market to a dozen or so dancers, plus the audience and others.
I have a category for Dance.
I have a subcategory for Event.
I have a gallery for the event itself.
What is my best way of displaying the event gallery so dancers can easily find their own shots, and not have to dig through 16 pages of photos?
I was thinking I could use keywords (and spent the time keywording in Aperture prior to upload) to create smart or sub galleries within this main gallery.
I *cannot* create multiple galleries under Dance / Events (there are already tons of events in there) - they have to go inside this event gallery somehow.
Thoughts?
This is one area I get stuck with SmugMug constantly - the category / subcategory / gallery restriction drives me nuts. Just let me create my own folder structure!
I have a category for Dance.
I have a subcategory for Event.
I have a gallery for the event itself.
What is my best way of displaying the event gallery so dancers can easily find their own shots, and not have to dig through 16 pages of photos?
I was thinking I could use keywords (and spent the time keywording in Aperture prior to upload) to create smart or sub galleries within this main gallery.
I *cannot* create multiple galleries under Dance / Events (there are already tons of events in there) - they have to go inside this event gallery somehow.
Thoughts?
This is one area I get stuck with SmugMug constantly - the category / subcategory / gallery restriction drives me nuts. Just let me create my own folder structure!
0
Comments
http://www.mikejulianaphotography.com/SkiRacing/2011-Season
Smart galleries could also work...
Comments and constructive criticism always welcome.
www.mikejulianaphotography.com
Facebook
Is there a tutorial for the drop down menus? I ended up hyperlinking out to the keywords directly, but the drop down is slicker.
It's frustrating that the keyword view removes some features (like the share option) - but I'll live with it!
http://www.facebook.com/rt2photo
This takes a little javascript and some HTML. If you describe your requirements, I might have a try at implementing something for you.
There might be an easier way though. Can you email all of the dancers? If so, you can just keyword the photos and then send each of the a custom link to a keyword gallery of their photos. If you just take your base URL and add /keyword/xxxx on the end, you get a gallery of all images with that keyword. All you have to do is send this link to the dancer. It would look like this: www.rt2photos/keyword/dancername1
Comments and constructive criticism always welcome.
www.mikejulianaphotography.com
Facebook
I ended up using standard HTML links to the keywords - but the keyword page has it's own limitations - no Share functionality, losing out on the header of my page (which has some custom PayPal button functionality in it).
Ideally, I wish I was able to create as many layers of category / sub category / gallery / sub gallery as I want or need, rather than being limited to three - but it seems thats what we've got to work with.
http://www.facebook.com/rt2photo
At the end of the custom header block you would put the desired HTML code and wrap a div class around it with a classname of your choice.
Then in your CSS (assuming the div class name is ShowOnlyOnKeywordPage: The first blocks disables the new section of HTML for all pages. The 2nd enables the new HTML code for just the keyword page. This is how the header on this page: http://www.mikejulianaphotography.com/keyword/2011-ALSR#1153746921_AmXsK
is controlled.
Comments and constructive criticism always welcome.
www.mikejulianaphotography.com
Facebook
hmm, interesting, thanks for that - not sure I can use it - I only use the PayPal link on some galleries, not all ... and use Keywords on even fewer ...
http://www.facebook.com/rt2photo
Here's a snippet from my CSS for two pieces of HTML that I selectively show in places:
The keywordPage is just an extension of this. I have a special block of HTML code (in my custom header) that only shows on keywordPages.. This displays a special offer only on the keywordPage. I know that the only way someone from my site can get to a keyword page is to use one of my custom search functions. If they did that, they are further down the sales funnel (searching for something specific) and I want to show them the special offer as they look at the pcitures that they wanted to see.
I hope this makes sense. Just a different way of doing things...
Comments and constructive criticism always welcome.
www.mikejulianaphotography.com
Facebook