Closed (fixed)
Project:
Custom Formatters
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2010 at 17:17 UTC
Updated:
19 Oct 2011 at 10:40 UTC
Hi,
When using the version 1.x-dev of Custom Formatters, I'm unable to get my multigroup fields rendered with the "Table - Multiple columns" display. Everything was however ok with version 1.4.
The function theme_content_multigroup_display_table_multiple (from CCK 3.x-dev) is no more called. Any idea why this is happening now?
Vincent
Comments
Comment #1
runzipel commentedsame with 1.5
Comment #2
deciphered1.5 introduced the ability to define Multigroup formatters. Chances are that that code is interfering with the standard Multigroup functionality.
If you delete the 'includes/content_multigroup.inc' file it should theoretically resolve the issue. Let me know.
Obviously just a short term fix, I will try to make some time to reproduce and fix this issue.
Cheers,
Deciphered.
Comment #3
runzipel commentedThank you! Deleting the 'includes/content_multigroup.inc' file works.
Comment #4
attiks commentedI ran into the same problem, my guess is that 'theme_custom_formatters_content_multigroup' has a flaw in the rendering of the fields, it renders all of them separatly
Comment #5
decipheredFix committed to dev, stable out in the next few days.