No matter how I set up my "Display fields", I cannot invoke the collapse behavior for grouped fields. On the node/edit page, the entire group appears sans collapsible widget. Other (native, non-CCK) fields are still collapsed/collapsible as expected, however. I think that's pretty much the extent of this issue.

Comments

dejamuse’s picture

Same problem here.

However, it works in "create content" mode.

In addition, the font for the field group label doesn't match other field labels, which are bold and not indented.

dharmanerd’s picture

yep, same problem here. the fieldgroup glass isn't being added.

malc_b’s picture

Also same here. Collapsible and collapsed in edit mode but not in view.

Looking at the source the labels are all missing the collapsible text too and the collapse.js isn't being loaded in the scripts. Adding collapse.js to page.tpl.php does not fix the problem either.

I also have content profile module loaded and with that I can make the cck page a content profile and make the cck fields show up on the registration form. When the field set is there it does follow the setting and is collapsible. It's almost as though there is a global no collapsing on nodes flag somewhere.

yched’s picture

Strange. Collapsible group on node view works fine on my setup

malc_b’s picture

Version: 6.x-2.1 » 6.x-2.2

DOH!

After spending ages tracing through the code I see that there is a different variable and then I see that I can set the node style on the display fields form. The manage field configure form just sets the edit display mode.

Hence for me the issue is closed. User finger trouble. DOH! DOH!

aren cambre’s picture

Category: bug » support
Status: Active » Closed (works as designed)

Solved in #5. Yes, click on Display fields when editing the content type to do this.