I have a number of content types that show all the fieldsets under Vertical Tabs on admin/content/node-type/whatever, but one of the content types which had been working fine suddenly stopped displaying the vocabulary fieldset in that list and consequently stopped displaying it under node/add/whatever.
I'm also using the Taxonomy Super Select module, but it doesn't seem to interfere with Vertical Tabs display for any of the other content types.
Comments
Comment #1
jumpfightgo commentedI experienced a similar problem. I just enabled an existing vocabulary to appear on the page content type, but it doesn't appear as an option for the vertical tabs.
Comment #2
dave reidDid you go back and check that content type's settings and make sure the new checkbox for the vocabulary is checked?
Comment #3
les limBy default, taxonomy is only collected into a fieldset if there's more than one vocabulary enabled for the content type. That probably accounts for a lot of the behavior people are seeing.
Comment #4
dave reid