I'm using content taxonomy in conjunction with CCK3. The Content Taxonomy field is part of a group, and, although in the database the field is set to accept multiple values, using checkboxes/radios or tree presents only radio buttons. The ability to set "multiple values" via the field configuration interface isn't there at all. The vocabulary itself is set to accept multiple values as well, so I'm not sure if this is a bug, but essentially, I can't set checkboxes for content taxonomy fields.

Comments

pivica’s picture

Had the same problem - using content_taxonomy 6.x-1.x-dev with CCK2.6. From looking at the code I have figure it out that you need to select 'Number of Values' > 1 in 'Global settings' section on content_taxonomy field settings page.

With this settings I was able to have checkboxes instead of radio buttons. Also number of values will determine maximum allowed number of checked checkboxes.

Maybe it is a good idea to document this somewhere on settings page because without help text its very confusing.

chompz’s picture

Version: 6.x-1.0-rc2 » 6.x-1.x-dev

How do I navigate to content_taxonomy field settings page?? I don't see Number of Values any where. Please help. Thanks