CCK Fieldgroup Tabs incompatible with theming node edition forms?

jlalvarezmedina - January 24, 2009 - 00:17
Project:CCK Fieldgroup Tabs
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi everybody! I'm trying to theme the edition forms for different content types, so I can place the form controls inside tables (I really don't like the default layout with one in top of each other).

I'm using the template.php/content-type_node_form.tpl.php method as is explained here

http://drupal.org/node/98253

and everything goes fine, as long as the content-type is not using CCK fieldgroup tabs. When using it and printing the fields that are inside a given fieldgroup/tab, they simply don't appear (all the tabs are blank)

Perhaps I'm missing something, as I'm kinda new to Drupal.

Any help will be appreciated. Thanks a lot!

#1

gsvitak - January 31, 2009 - 16:18

I had to theme by copying to style.css but would love to know the correct approach since this appears to break tabs in firefox 3.x on my site.

.anchors .tabs-selected a, .anchors a:hover, .anchors a:focus, .anchors a:active, .fragment {tabs.css (line 57)
background:#EAEAEA none repeat scroll 0 0;
}

 
 

Drupal is a registered trademark of Dries Buytaert.