How to create the problem: In 'Display Fields' choosing an emimage field to show as 'full size image'. Create a node including an image from a provider. No image will be rendered.
Source of the problem:
There are no formatter or theme function specified to render something as image_full.
The attached patch includes a formatter and theme function. To test the patch be sure to clear your theme registry cache.
The likely cause of this being overlooked is that there *is* a theme_emimage_default that calls to theme_emimage_full - but only ever get called if the 'default' option is selected in 'Display fields'.
Patched against the 6.x-1 branch.
| Comment | File | Size | Author |
|---|---|---|---|
| emimage.patch | 1.76 KB | andremolnar |
Comments
Comment #1
alex ua commentedThanks, I'm committing this.