Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Fixed to where Nrembrowser will only attempt to display the image source if and when it is an image for filefield. http://drupal.org/cvs?commit=438746
We should also implement something that will allow setting of a thumbnail from either an arbitrary image field or able to specify in code or even a default based on type.
We already can specify a specific image field for node types. The default works by regex'ing the body/teaser for an image, so that works as well. Maybe I'm misunderstanding the question. In any case, definitely an improvement that it ensures the files is actually an image first...
Comments
Comment #1
grndlvl commentedFixed to where Nrembrowser will only attempt to display the image source if and when it is an image for filefield. http://drupal.org/cvs?commit=438746
We should also implement something that will allow setting of a thumbnail from either an arbitrary image field or able to specify in code or even a default based on type.
Styles maybe?
Comment #2
grndlvl commentedComment #3
grndlvl commentedComment #4
aaron commentedWe already can specify a specific image field for node types. The default works by regex'ing the body/teaser for an image, so that works as well. Maybe I'm misunderstanding the question. In any case, definitely an improvement that it ensures the files is actually an image first...