Hi There ,

im in the process of writting my first ever module, and i would like you guyz to point out things that i need to consider for this specific module.
The module will automatically create a taxonomy term based on the value from a cck field .
these cck fileds would be either a"select list" or "checkbox/radiobutton ". so for instance if the user select "bananas" from a select list widget.A taxonomie term "banana" is automatically created when the user submit the node .

Thanks in Advance

Comments

nevets’s picture

Since it is a fixed list why not simply use a vocabulary with the terms already defined and assign the vocabulary to your content type?

Tenx-1’s picture

Yeah that is great and i already done that .
But i cannot trust my users into typing or selecting the right terms, users always make mistake. In the small scenario i described above , if a user was to select or type apple instead of bananas as a term , that would mess things up .
i hope you understand now.