To add support for imagefield crop, change line 30 in image_url_formatter.module from this
'field types' => array('image'),
to this
'field types' => array('image','imagefield_crop'),
To add support for imagefield crop, change line 30 in image_url_formatter.module from this
'field types' => array('image'),
to this
'field types' => array('image','imagefield_crop'),
Comments
Comment #1
g089h515r806 commentedHi aiquandol,
Have you test your code and make sure that it works on your site?
Comment #2
terbs commentedYeah it works fine on my site
Comment #3
g089h515r806 commentedI have committed it, maybe a little late.
Comment #4
g089h515r806 commented