Hello There!
Just wondering if there was a way to somehow filter or automatically make a photo hidden based on a keyword or tag in EXIF? Something like this in the images.php file I suppose may work, but I wouldn't mind an extra hand:
`
if (printTags('links', gettext('taglist')) != "private")
$fullimage = getFullImageURL();
else
$goto_next_image();
endif
`
Well, this is more pseudo code than anything, but I hope the point is understood. Maybe I'm looking in the wrong file? Maybe i.php is more appropriate for something like this?
Comments