Posted by blue92877 on June 3, 2009 at 4:24pm
Jump to:
| Project: | Content Taxonomy |
| Version: | 6.x-1.0-rc1 |
| Component: | Option Widgets |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On drupal.org, if you click 'create content' -> 'issue' you are presented with a 'Project' select field. Drupal Project and Installation profiles is in bold with the children of each as an selectable option to choose, however, the actual bolded parent cannot be selected. How is this done? How do I create a tree in a select box with the parent not selectable?
Drupal 6.12. I have content taxonomy CCK installed, but that may not be the correct module / configuration to use.
Thanks!
Blue
Comments
#1
Same question for me... I need a solution to make taxonomy content fields selectable ONLY for child Item of selected taxonomy and NOT for the parent or, in alternative, for a groud of pre-selecet items.
Thanks Bye!
#2
Any news for this?
I have the same problem and I am trying to implement a custom widget that will only render child items as input, but it's not that easy...
#3
Im also looking for the same thing: Drupal 6 Content Taxonomy hierarchy with child term affecting parent term.
Except I dont really need the parent to be disabled, but automatically added.
hierarchical_select-module ( http://drupal.org/project/hierarchical_select ) should do just that (and more), but the content_taxonomy part hasn't been ported to D6 yet. It's not even a complex logic. I might code my own module to get this functionality.
#4
Marking fixed since hierarchical select is now working with Content Taxonomy.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.
#6
Apparently, Hierarchical Select module will no longer be made compatible with future versions of Content Taxonomy.
If that is the case, what is the alternative means? I'd to like to display my taxonomy menu collapsed with only the parent terms showing, and clicking on the parent term should display the child terms and not link the a view of the parent terms.
When used with Hierarchical Select, if you choose to force selection of the deepest level, clicking on the parent with link to nothing since it is impossible to save content to a parent term with the option enabled.