I'm attempting to use the content_taxonomy_activeselect module to create an active select field for a vocabulary that is 3 levels deep. This will allow for the differentiation of each blog entry into one of several main "Post Types," each of which is a term with several sub terms.
Post Type (Vocabulary)
-Post Types (Main Term)
--Subterm 1
---Sub1.1
---Sub.2
---Sub.3
--Subterm 2
---Sub2.1
---Sub2.2
---Sub2.3
When configuring the field, I have 'Post Type' selected as the vocabulary, and 'Post Types' selected for terms. My labels for the first and second bar are "Post Type" and "Category" respectively.
When creating a blog entry, The 'Post Type' field correctly shows Subterm1 and Subterm2 but not each of their children (Sub1.1 etc).
The spinning wheel in the main select field does show activity when I select an item.
Possible Clue:
I tried created a regular (non-active) select field configured similarly to this one, and it correctly shows Subterm1 and Subterm2 and their children, but under this shows the names of Subterm1 and Subterm2 without bold\italic formatting and with no child terms.
I hope this was clear. Thank you.
The problem I'm experiencing is that when
Comments
Comment #1
ezra-g@drupal.org commentedI do have the depth set to unlimited, and have also tried 3 as a value.
Comment #2
ezra-g@drupal.org commentedClarification:
When creating a blog entry, The 'Post Type' field correctly shows Subterm1 and Subterm2 but each of their children (Sub1.1 etc) do not display in the 'Category" field.
Please pardon this slew of comments and proofreading catastrophe.
Comment #3
patchak commentedArent'you supposed to use multiple vocabs to use active select in the first place?
Comment #4
edex13 commentedis there somewhere i can find documentation on how to use this module?
Comment #5
mh86 commenteddoes this problem still exists with the latest version?
Comment #6
jasonwhat commentedI can't get it to work. Am I supposed to use one vocab with various levels to populate the forms, or a single vocab for each. If the second way is how it is supposed to be done, there is no way to associate the vocab. Also, I assume this needs to be using the taxonomy database because there is no way to add fields to be included in the dropdown.
Is there any documentation on how it should be done? Either way, I can't get second levels to populate at all.
Comment #7
nandou commentedHi have exactly the same problem. I can only get the first level populated. I've tried several combinations with no success. I've search a lot already, but I can't find any docs on this. Meanwhile I'm getting by with "hierarchical select" module. I get the job done, but not as nicely as I suppose I could with CT and AS.
Comment #8
magnus commentedCleanup of old issues. According to maintainer: "active development is only done for the 6.x branch! 5.x is not supported any more".
Open a new issue if problem still exist.