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

runzipel’s picture

same with 1.5

deciphered’s picture

1.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.

runzipel’s picture

Thank you! Deleting the 'includes/content_multigroup.inc' file works.

attiks’s picture

I 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

deciphered’s picture

Status: Active » Fixed

Fix committed to dev, stable out in the next few days.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.