Creating taxonomy tags can be a real pain for many of my users, but I am sure that most people can agree they are essential to a well organized site. One thing I was wondering if there was a way to auto generate these tags.

For example you create a pre defined list of lets say 100 different tags associated with the topics of your site. When a person submits a page node, if the body text contains any of these words, the corresponding taxonomy tag would be added.

The drupal module drigg already uses this sort of system when using rss feeds that get imported as the node type "scoop". So any content your rss aggregator imports gets auto tagged. I have been looking through the modules and found some that let you have a tags associated with a node type, but they are static and not based on body content.

Any ideas would be greatly appreciated.

Comments

gforce301’s picture

I believe the autocategorise module has you covered. It reads exactly like your description of what you want to do. I personally have never used it but it sounds cool.

oops forgot the link for you.

it's here --> http://drupal.org/project/autocategorise

GSecur’s picture

Thank you very much I am going to check it out now