Hello,
I'm using zenphoto for my album collection, and I have 9 sandard albums
I want to know if is possible to show the photos for example only from the last upload session or a particular session
I usually upload 50-100 photos per time covering most of the albums
I know that there is the archive, but it shows only the list of the photos, so my visitors have to click on a photo, then go back and click on the second.
I want to allow my visitors to select a particular session/date/week/month and as they enable that filter the albums would contain only filtered photos
Is it possible to do?
Thank you
Comments
If I use search I receive the list of the images for example filtering them by date.
The albums are shown only if the creation date matches the criteria.
What I want is to(temporary) filter the images
For example:
I have
Album A -> 5 images
Album B -> 10 images
Album C -> 20 images
Apply filter (date 2011-05-14)
receive this output:
Album A -> 2 images
Album B -> 5 images
Album C -> 1 images
What I'm able to get using the search is only the list of images but not in their folders
Look at the documentation of the printSearchForm() function how to make it search only on specific albums. You will then have to create a theme function or plugin to add that functionality to your theme.