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.

CommentFileSizeAuthor
emimage.patch1.76 KBandremolnar

Comments

alex ua’s picture

Status: Needs review » Fixed

Thanks, I'm committing this.

Status: Fixed » Closed (fixed)

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