Taxonomy Super Select module alters the way taxonomy is defined in the form api, so this module's form_altering doesn't work. Attach patch alters the weight of this module to be heavier than that of Taxonomy Super Select, and adds very basic support. Currrently only works for single level taxonomies. But its a start at least. Works fine for my use case.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | cck_taxonomy_subset-hierarchy-tss-846592-6.patch | 2.01 KB | doublejosh |
| #5 | cck_taxonomy_subset-hierarchy-tss-846592-4.patch | 1.89 KB | doublejosh |
| #1 | cck_taxonomy_subset-tss-support.patch | 1.72 KB | mrfelton |
Comments
Comment #1
mrfelton commentedComment #2
mrfelton commentedComment #3
bwong commentedIncluded with minor changes for the install section. Still only handles single level taxonomies.
Comment #4
doublejosh commentedHere's a gotcha.
The TSS must be explicitly turned on for that node type. You CANNOT merely use the "Display parent terms as form items" for all node types option.
Also got it working with full hierarchy!!! Will attach patch shortly.
Comment #5
doublejosh commentedEXTRA BONUS: This also removes the TSS fieldset that surrounds a grouping if all terms are removed.
Comment #6
doublejosh commentedUpdated to remove the deprecated pass by reference setup (put the reference within the function). Also updated the coding style a bit.
Comment #7
doublejosh commentedPretty excited about this addition, would love to see it added.
Comment #8
doublejosh commentedReping.
This adds hierarchy!
Comment #9
doublejosh commented...
Comment #10
doublejosh commentedProbably just lack of interest for the D6 version I assume.
Comment #11
bwong commentedComment #12
bwong commented