Is there a way to create more catagories at once?
such as a "taxonomy manager" for categories.

thankx

Comments

matt_harrold’s picture

What do you mean by "categories"?

In my tiny mind, a taxonomy vocabulary and a set of categories are the same thing, and Taxonomy Manager performs bulk adding of terms perfectly.

Can you elaborate on the word "category"?

robertem’s picture

You may want to take a look at Taxonomy Batch Operations http://drupal.org/project/taxonomy_batch_operations. The release is for 5.x but there is a port in the issues for 6.x http://drupal.org/node/399166.

HTH,
Rob

waweb08’s picture

Thanks for the link Robertem.
I solved my problem with it.

Just for my understandig I would like to know what the difference is between next things:
-taxonomy
-vocabulary
-categorie

in my conclusion taxonomy and vocabulary are the same and categorie is something else but on the first answer it looks like it should also be the same?
some explanation here would be helpfull for a further understanding in creating my website.

matt_harrold’s picture

The jargon can be confusing, but if I understand it correctly, and using colors/colours as an example ...

A category is the same as a term. Sky is blue, grass is green.

A vocabulary is a set of related categories/terms (blue, yellow, green, red, etc).

Taxonomy is the name of the core module that provides the vocabulary/term features of Drupal.

shadcn’s picture