Is free tagging available, if I replace the Taxonomy Module with the Category Module?

Comments

shane birley’s picture

Freetagging is standard functionality in 4.7.0 and above. To set up freetagging on a node type (blog entry, story entry, etc) create a category:

  1. administer » categories
  2. click add vocabulary
  3. select node type (blog, story, etc)
  4. check the box "freetagging"

Once you have done this, you will be able to use freetagging on that node type. No replacement of any core modules necessary.

---
Shane Birley
Vicious Bunny Creative
http://www.vbcreative.com

---
Shane Birley
Left Right Minds
https://www.leftrightminds.com

drshields’s picture

What is "Free Tagging"?

shane birley’s picture

Freetagging is the ability to add keywords to a piece of content. For example, if you have a blog post and the blog post is about how you love to eat a particular kind of cheese - one would be able to add keywords like:

cheese
cheddar
eating

These keywords allow for additional context to a blog post. If someone were to search for "cheese" - this example post would appear. The real benefit to tagging comes from content that is not text based. Pictures, video blogs, etc. The tags add context for content and also allows one to aggregate different pieces of content together under a single keyword.

I hope that helps a little.

---
Shane Birley
Vicious Bunny Creative
http://www.vbcreative.com

---
Shane Birley
Left Right Minds
https://www.leftrightminds.com

Fidelis’s picture

Hi Shane,

I know, I have already set it up and it's working fine. But free tagging (the ability for end users to specify their own taxonomy terms in drupal speak) comes with the core taxonomy module, I think, so what happens if you replace that module with the Category Module - does anyone know of the latter offers free tagging as well?

patrick
G2TT | IMN | Slaw

venkat-rk’s picture

Hi,

Yes, category module also offers free tagging. Click on 'Container information' in any of the containers you have created or are about to create. Free tagging is one of the check box options, along with Multiple select, required etc. Check that and you are ready to go.

Basically, category has everything that the taxonomy and book modules offer plus whole lots more.

shane birley’s picture

:)

---
Shane Birley
Vicious Bunny Creative
http://www.vbcreative.com

---
Shane Birley
Left Right Minds
https://www.leftrightminds.com

Fidelis’s picture

Now I have no excuse not to try it. :-)

jjj0923’s picture

Perhaps you would be kind enough to point out where I am going wrong. I have 4.7 installed with freetagging enabled and I can tag content I create, but I have not yet figured out how to tag other contributors content - which is where the real power of folksonomy lies..

what do I need to do to enable this?

thanks

bioye’s picture

appears awstats did it for 4.6 but it is still in the works for 4.7. check out http://drupal.org/node/75185

mercmobily’s picture

Hi,

What's the "official" way of showing an article's tags within the template?

I did everything I needed to do to enable free tagging, but can't figure out how to actually display those tags in an entry!

Bye,

Merc.

venkat-rk’s picture

Assuming you are using the category module, in your container, go to the category_display settings, check the option 'Shows links to categories on assigned nodes' and save the changes.

kabarca’s picture

I know the treat is a little way too old but I find people asking me this all the time. Adding free tagging in D7 is as easy as:
1. Creating a new taxonomy vocabulary (normal)
2. In the Content Type adding a new field Taxonomy Term > Autocomplete term widget (tagging)

That's it!