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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 655012-nodewords-verticaltabs-D6.patch | 3.01 KB | dave reid |
Comments
Comment #1
dave reidPatch attached for the most recent vertical tabs integration.
See also http://drupal.org/handbook/modules/vertical-tabs
Comment #2
avpadernoThanks for the patch, Dave; I will apply it when I am done hunting a problem with an update function.
Comment #3
avpadernoI added the attribute 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.