I'm releasing a beta7 of the vertical_tabs module that now completely matches how the Drupal 7 core vertical tabs perform. I've stopped the behavior of including all fieldsets in a vertical tab by default. If you want your fieldset to be included in a vertical tab by default, you have to specify $form['myfieldset']['#group'] = 'groupname'. For node forms, the groupname is 'additional_settings'. Plus, this will help you bring your code one step closer to being Drupal 7 ready now.

Comments

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new3.01 KB

Patch attached for the most recent vertical tabs integration.

See also http://drupal.org/handbook/modules/vertical-tabs

avpaderno’s picture

Thanks for the patch, Dave; I will apply it when I am done hunting a problem with an update function.

avpaderno’s picture

Status: Needs review » Fixed

I added the attribute #group in the nodewords_form_node_type_alter() too, using additional_settings as value.
I tested it locally, and that allows the meta tags setting field in the node edit form to appear as vertical tab.

Thanks again for the help, Dave.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.