Is there a way to make the tags clickable?
For example, if a picture has "X, Y, Z" as tags, is there a way to click on X, and have all the other pictures tagged with X come up?
The nightly build has this on by default, try it out here: http://www.zenphoto.org/files/nightly/
(nothing new is needed to your theme)
Gotcha.
Ok. I installed that version, but when I click on the link, I get a "Not Found" page.
Take a look (the first image has tags): http://zerflin.us/ZenPhoto/index.php?album=benjaphotos
Alrighty... I made that change, reuploaded, and it still doesn't seem to be working.
Bingo! That did it! Thank you both!
So, a few questions:
Gotcha.
Thanks so much, you guys are brilliant.
How many of you are there working on this, and are there other projects that you've built?
http://www.zenphoto.org/trac/wiki/Team
As a group we are working only on zenphoto. I'm sure that each individual has been involved in many other projects. The other photo oriented project I am involved in is QuadtoneRIP http://www.quadtonerip.com/html/QTRoverview.html
That is actually because the tags are listed next to another and not as the normal list. If you use it with a normal list css then this br should not do anything, but if you do you don't need to care about the the resetting of the float.
But actually you are somehow right...
Semantically a list of tags is, well, a list. But there is already a way: http://www.zenphoto.org/documentation/zenphoto/_template-functions.php.html#functiongetTags
(it says "list" but it actually returns an array)
Looking at the documentation helps sometimes...:-)