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?
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
Comment #1
quicksketchIt will, you just need to enable the desired fieldsets at admin/content/[type] under the "Vertical tabs" settings.
Comment #2
chasz commentedwhy isnt input format included?
Comment #3
quicksketchInput 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.
Comment #4
loze commentedI 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?
Comment #5
quicksketchIt 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.
Comment #6
loze commentedim a dummy.
I forgot to run update.php. It changed its weight, it works now.
thanks.