The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Comments
"How to show tags only for published images and albums?"
You would have to make a query which gave you the ID fields of all the published albums and a separate one of all the published images.
Then you would have to query the `obj_to_tag` table and retrieve the unique IDs corresponding the type/objectid pair gathered above.
Then you can query the tags table for the names that go with those IDs