http://img291.imageshack.us/img291/2631/20090111135133dm3.png

why wont it incorporate other fielsets and option groups?

what is the format/markup it has to be in in order to be included with this module?

Comments

quicksketch’s picture

Category: bug » support

It will, you just need to enable the desired fieldsets at admin/content/[type] under the "Vertical tabs" settings.

chasz’s picture

why isnt input format included?

quicksketch’s picture

Input format is not included because it is not a "root" fieldset, it is grouped with the Body field in the actual form array, despite visually appearing to be in the root level. The input format needs to be located with the Body field in case more fields are added (such as through CCK) that also include input format fieldsets. It's not quite the same thing, but #357300: Place all top level form elements into a default vertical tab group will make it possible to put the body (and input format) and title into a single vertical tab.

loze’s picture

I cant get the selected fieldsets to render as vertical tabs.

only revision, author, and publishing are ever rendered ad tabs, the others are just standard fieldsets.

what am i missing?

quicksketch’s picture

It should work with all collapsible fieldsets, this feature #357026: Support Non-Collapsible Fieldsets was not added until after the beta1 release, so it won't work with non-collapsible fieldsets unless you're using the development version.

loze’s picture

Status: Active » Closed (fixed)

im a dummy.
I forgot to run update.php. It changed its weight, it works now.

thanks.