Hi, the event module, latest 6.x-2.x-dev seems to be generating 'null' for Vertical Tabs title, see
http://tc.indymedia.org/admin/node/add/event
Not sure why this is happening. Has been reported
http://drupal.org/node/728018
Here, i was not sure which module this is appropriate to file a ticket on. Thank you!

Comments

hongpong’s picture

via here
http://drupal.org/handbook/modules/vertical-tabs
i am trying

$conf['vertical_tabs_forms']['page_node_form'] = array('vertical-tabs-event' => FALSE);
$conf['vertical_tabs_forms']['page_node_form']['vertical-tabs-event'] = array('menu' => FALSE);
$conf['vertical_tabs_forms']['vertical-tabs-event'] = array('menu' => FALSE);

I think the first one is the one that should work, however it seems that technically the vertical-tabs-event string is a CLASS and not an ID.

dave reid’s picture

Status: Active » Closed (duplicate)

Problem is with event.module, existing issue at #728018: Vertical Tabs shows 'null' tab for events.