How can I integrate a tagging system for videos, photos and pages?
Mn3MoN1C - May 12, 2008 - 12:50
I'm not sure where I should post this, but I'm trying to find a way to integrate a tagging system into my website. I wanna have images, videos and pages tagged so when a person clicks the tag they can view all the content associated with it. Is this possible?

the core taxonomy module can
the core taxonomy module can do this for you. Enable it on the modules page then go to admin/content/taxonomy to create & manage vocabularies for tagging.
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz
Is there a way I can change it a bit?
I wanna be able to upload images and post them and have them tagged as well. Do I have to create a page for every image to do this?
if you want them tagged,
if you want them tagged, yes. AFAIK, you can't tag files unless they are associated with nodes.
Check out http://drupal.org/project/image
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz
=-=
That is correct. You tag nodes, thus whatever is being tagged must be associated with a node.
arbitray files uploaded that aren't on a node can't be tagged.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
Thanks
Thanks for the replies. I appreciate the help. :)