Closed (works as designed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.2
Component:
fieldgroup.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2009 at 23:19 UTC
Updated:
30 Nov 2009 at 15:19 UTC
Comments
Comment #1
dejamuse commentedSame 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.
Comment #2
dharmanerd commentedyep, same problem here. the fieldgroup glass isn't being added.
Comment #3
malc_b commentedAlso 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.
Comment #4
yched commentedStrange. Collapsible group on node view works fine on my setup
Comment #5
malc_b commentedDOH!
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!
Comment #6
aren cambre commentedSolved in #5. Yes, click on Display fields when editing the content type to do this.