Member
Member
ulfben   2011-08-02, 23:15
#1

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!

Member
Member
sbillard   2011-08-02, 23:23
#2

The "editInPlace" code currently requires a logged in user for processing. BTW, remember that we do not encourage its use since it pretty much is not secure.

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.

Member
Member
ulfben   2011-08-03, 08:05
#3

Thanks for the heads up!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.