I was wondering if it's possible to set an album or a photo up such that an unregistered user can add and/or edit tags? I couldn't find this anywhere. Preferrably I'd like to have as much control over this as I do with comments, so that I can add a captcha or other kinds of spam prevention to the tags.
Comments
`template-functions.php: printTags()` which calls `template-functions.php: printEditable()` which calls for the actual processing `functions-controller.php:editInPlace_handle_request()`.
You probably might need to make custom versions of some or all of these functions.