Is it possible to tag an image without it producing a comment? This module is perfect for my needs except I don't understand the need to make a comment while the image is already tagged. Thank you in advance.
Is it possible to tag an image without it producing a comment? This module is perfect for my needs except I don't understand the need to make a comment while the image is already tagged. Thank you in advance.
Comments
Comment #1
yannickooany news?
Comment #2
natehill commentedsubscribe
Comment #3
natehill commentedI've been working around this by styling out the comments.
In my page template I added:
then in my stylesheet I added:
.whatever #comments{
display:none;
}
Not sure if this is a good approach, but it worked. Of course it means that nobody can comment on the node, but that isn't an issue for my project.
Hope it helps!
Comment #4
yannickoocool natehill,
but if I wanna add a comment?