Hi,
i am using fieldgroups in conjunction with display suite to style the output of my content types. For nodes everything works fine, but when I build up groups within the User Profile ("Manage Display") it does not take effect.
I also tried it on a basic drupal installation with the mentioned modules, but the groups won't get rendered.
The group type doesn't matter, it is just refusing its duty.
Applying manually the groups (by altering the render array) the groups can be setup easily.
Is Fieldgroup supposed to work with user profiles or do I have missed something ?? ;)
Any suggestions are very recommended.
Thanks to the developers of this nice module!
Comments
Comment #1
vip_sa commentedIt does not work for displaying node fields in vertical tabs as well. Only works in edit mode so why have the option in display? Only DIV works for display mode
Comment #2
duaelfrI took me HOURS to fix this !
Then I saw it had been fixed in the 1.x branch... fucking regression :'(
Works with and without Display Suite.
Review and enjoy :)
This patch is part of the #1day1patch initiative.
Comment #3
duaelfrTake care, I have now some duplication issues.
Fields that are in groups are also out of groups...
If someone have time to handle it, just do it.
Comment #4
rinkiprasad commented#2: field_group-fix_field_groups_in_user_profiles-1918858-2.patch queued for re-testing.
Comment #5
duaelfrAll right !
I finally fixed it all.
Enjoy.
Comment #6
deanflory commentedI take it that based on the issue's module version being 2.x and that I tried applying the #5 patch to 1.x, that this is either already applied to 1.x or not yet created for 1.x? Confused since there is no 2.x, must not be part of the super secret club or didn't get my decoder ring in the mail.
patching file field_group.module
Hunk #1 FAILED at 1675.
Hunk #2 succeeded at 1943 with fuzz 2 (offset 236 lines).
Hunk #3 succeeded at 1956 with fuzz 2 (offset 236 lines).
1 out of 3 hunks FAILED -- saving rejects to file field_group.module.rej
Comment #7
duaelfrHi Dean !
This patch is only for the 2.x branch because the 1.x does not need it...
Yes, it is just fixing a regression.
Comment #8
deanflory commentedThanks DuaelFr. Figured so.
Comment #9
simeI'm closing this issue as it is more than two years old, and there have been a number of drupal 7 releases since this was opened. Please do re-open if this is in error.