Is public tagging possible in ZenPhoto? Eg. can I make the ajax tag-input available to anonymous visitors, or would that require huge edits?
I apologize for not researching this myself - I'm kind of hoping there's a simple solution. If not, a clue of where to begin would be much appreciated!
Comments
It should not be terribly difficult to make a plugin that allowed anonymous tagging of objects, though. You just have to supply a form to the object page and process the results on a page load. This approach really is best anyway, presumably you want to do some kind of SPAM filtering on what might be proposed.
Note though, that the object setTags() method does exactly that, it sets the tags to the supplied list. If you want to "add" tags you need to merge the old tags with the new before calling the method.