I'm using Matt's Community Tags (http://wordpress.org/extend/plugins/matts-community-tags/) version 0.3 and I got it set up on my blog even though there were no instructions on how to install it. After a few trials and errors I figured that I had to add this code to the Image Attachment Template (image.php):
<div id="tagthis" class="tagthis"></div>
The form where people can submit tags is displayed under each photo. But I haven't found a way to link to a page that displays all photos that this person is tagged on like Matt does on his blog:
http://ma.tt/person/matt-mullenweg/
In the comments on a blog post Matt says:
"Final step is you need to display the tags using the_terms()."
http://ma.tt/2008/08/community-tagging-2/
Does anyone know exactly what code to put in? Should I just try <?php the_terms(); ?> ?
If anybody has successfully implemented Matt's Community Tags with all the bells and whistles like on ma.tt it would be great if you could provide some help and sample code, thanks.