I would like for a user to be able to indicate the language or languages that s/he speaks. I have offered five suggestions, but would like for the user to be able to add another item, if his/her language doesn't appear.
Originally, I set this up strictly as a CCK - text field, and used the Select-Other module to create a checklist with the last option being "Add New Language" w/a text field to fill in. It looks perfect.
Then, I found this awesome module, and realized that it would be much more useful for me to save the language choice as taxonomy. It looks great, but I can't for the life of me get the "Add New Language" option to show.
I enabled this module, and set up my CCK field as follows:
Field Type: Content Taxonomy Fields
Widget Type: Checkbox / Radio
Number of Values: Unlimited
Save Values to Taxonomy: Checked
Vocabulary: Languages
Language vocabulary set up as follows:
Use Hierarchical Select: Checked
Enable Dropbox: Checked
Limit # Selections: 0
Allow Creation of New Terms: Checked
Under Settings, Multiple Select: Checked
I have double checked all that all relevant modules are enabled, and relevant permissions set.
Thanks for any help you can offer....
Laura
Comments
Comment #1
that0n3guy commentedSince this is an old issue I'll answer for anyone else w/ this question...
Content taxonomy's options widget doesn't currently support free tagging.
I created a patch for the select_or_other module that does here: http://drupal.org/node/967128