Adds tags to items.
Gives user the ability to tag locations on the image.
Place the imagetags directory in your gallery2 module folder. Log in as admin and activate the plug-in. After activating a new block ('Image tagging') becomes available. Edit the theme settings so that this block is displayed at the photopage.
This module is so far only tested with the matrix theme. And it needs a few small changes to work.
Delete or comment out the lines 62,68,69,82 in themes/matrix/templates/photo.tpl (current stable release) 62,68,69,79,84 in themes/matrix/templates/photo.tpl (current development release)
Basically the image can not be placed in between <a> and </a> HTML tags. If someone knows how to disable those tags with javascript let me know.
Discovered that if you doesn't have the imageframe module enabled you need to add id="IFid1" to the image tag in the photo.tpl file (line 79). This could probably be avoided with some changes to the javascritps.
The module adds two permissions
Instead of adding a tag to a database and then selecting it, users should be able to select members of the site from a drop down, or, enter a custom value.
make an album view to show all tags in an album i.e. 'people in this album:'
Facebook's photo module has a page that shows pictures of a user split into two sections: photos where a user has tagged themselves and photos that other users have tagged of them. there should be a link to a page along the top with this on. also, at the top of this page, there should be some text string that reads: "show me photo's of" with a dhtml dropdown menu listing all users. this would work on mutual tags, so the conditions would be WHERE user=loggedin AND selectedvalue. this would bring up pictures where the logged in user is tagged in a picture with an additional 1 or more people.