Closed (fixed)
Project:
Image Resize Filter
Version:
6.x-1.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 02:55 UTC
Updated:
2 Dec 2011 at 04:58 UTC
Hi there,
I'm having an issue with this module when used with CCK Blocks as it is processing CCK fields that are not nominated as 'input filter'-controlled fields (i.e. file/image upload fields).
This issue contains steps to recreate the problem that has led me to this module:
EPSA Crop issue: http://drupal.org/node/1262824#comment-5314646
CCK Block issue: http://drupal.org/node/1358840
When scanning through the $text that comes to your image_resize_filter_get_images() function all CCK fields are found.
I'm hoping between the authors of these three modules (EPSA Crop, CCK Block, and Image Resize Filter) and I we can find a solution to this bug.
Comments
Comment #1
sydneyshan commentedI've submitted a patch to CCK Blocks to avoid this issue:
http://drupal.org/node/1358840#comment-5315214