Missing fieldset for one content type
RWWood - May 26, 2009 - 13:26
| Project: | Vertical Tabs |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
| Issue tags: | missing fields |
Jump to:
Description
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.

#1
I 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.
#2
Did you go back and check that content type's settings and make sure the new checkbox for the vocabulary is checked?
#3
By 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.
#4