Closed (duplicate)
Project:
Vertical Tabs
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2010 at 02:06 UTC
Updated:
20 Mar 2010 at 19:38 UTC
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
Comment #1
hongpong commentedvia 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.
Comment #2
dave reidProblem is with event.module, existing issue at #728018: Vertical Tabs shows 'null' tab for events.