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.
Comments
What do you mean by
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"?
You may want to take a look
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
thank you
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.
The jargon can be confusing,
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.
There you go :
There you go : http://drupal.org/project/taxonomy_manager
Thanks