Hi everyone!
I’m currently building a site for an events company, and one of the “meats” of their site will be their photo gallery. Based on the way the Photo Gallery module is built, the site works out something like this:
{exp:gallery:categories gallery="{gallery_name}”}
Image Gallery Main Page:
- Public Events (category)
—Nokia Launch Party (subcategory)
- Private Events (category)
—Thomas-Sy Wedding (subcategory)
- Public Events (category)
—Bacardi Launch Party (subcategory)
- Public Events (category)
—Happy Mondays @ The Tent (subcategory)
{/exp:gallery:categories}
Now, these will appear based on date on a main gallery page, however, the client wants each subcategory to have a thumbnail to preview the content of each subcategory. The thing is, there’s no client-friendly way to manually do this.
So my question is: is there a way to do this automatically? e.g. the first uploaded photo becomes the subcategory thumbnail? Can an exp:query fix this? Or am i doing this totally wrong?