I've written a custom module similar to the presentations module for use with an experimental OS installation and am having difficulty with the grouping of fields into fieldsets for the input form. When loaded as a standard CCK module, the module fields appear grouped in the input form as defined. In OS however, the grouping of fields (using the CCK fields UI) forces them into the "+Advanced Options" fieldset, which is collapsed by default - effectively hiding the fields. This behavior also happens when attempting to group fields in OS-provided modules too when those types are added through OS, but works as expected when content of that same module (such as the presentation module) is added by the Drupal installation administrator (via the admin Content Management -> Create Content menu). I'm thinking the serialized array in $conf['nodeformscols_field_placements*'] is involved here; is there any documentation on this by any chance? Thanks for any pointers or suggestions.
↧