for the life of me i can't figure this out.
i want to get an RSS feed from my zenphoto that is based on a query for any tag. like lets say i have 20 random images all tagged with the word "monster". I want to return an RSS feed for all images with that tag monster.
i know you can generate an RSS feed for any specific photo album, which is nice, so is there a way to do it by tags? this is incredibly important for me.
the reason is, i have 4 categories.. and each category is going to have photo albums in it. i need a way to categorize all my photo albums, so I'm using 4 tags, but i have no way to get the RSS feed using the tags..
I'm looking at the RSS.php but this is way over my head. Is this a little script someone could whip up for me? Basically just allowing me to supply like
rsstag.php?tag=SomeWord
and get all albums with that tag?
in fact, i'm using phpAdmin and browsing through the SQL database, and even though I added tags to my photo albums... I'm looking at the zp_albums structure and results and theres not a single mention of tags anywhere.. so how are tags being associated with albums in the database and where?
okay. I just lack the PHP knowledge to pull this off, that is.. looping through obj_to_tag to find every album ID attached to a tagID and then returning those albums in an rss feed.
so if theres anyone out there who can help with this.. i'd be indebted to you.