Drupal 6.16, CCK 6.x-2.6, Matrix Field 6.x-1.4, Token 6.x-1.14
In matrix.module, theme_matrix_formatter_default renders the whole matrix when fed the first row, and returns nothing for subsequent rows. Which works fine until you install Token.
When the node has already been rendered once (but not yet displayed), Token proceeds to RE-render it, but since static $rendered in theme_matrix_formatter_default is still set to TRUE, nothing comes out for the matrix fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | matrix-893226-1.patch | 1.7 KB | klopsen |
Comments
Comment #1
klopsen commentedSame thing happened to me. I've managed to overcome this bug with changing $rendered variable generation. Hope this helps. Give me an info if this creates any other mistakes. It worked with my project.
There is also one 'if' added to prevent strings going into array functions.
Comment #2
intrafusionMarking as Closed (won't fix) as the new co-maintainer will be focusing on D7