I followed the the step by step tuts given. I also installed imagecache and gave necessary presets before. But whenever I assigned "Transformed image linked to original image" option in the manage fields section, the image never linked to the original, checking that the display option to default. Anybody has experienced this? Thanks

Comments

robb’s picture

Component: Miscellaneous » Code

Just encountered this myself. The following worked for me:

Edit: filefield_imagecache.module
Line 110: $style = $file_formatter_settings['preset'];
--> $style = $file_formatter_settings['style'];

I may work up an official patch later - after I finish testing.

jpetso’s picture

Status: Active » Closed (duplicate)

Duplicate of #276901: File display - Transformed image - Link not working, and had already been fixed in CVS HEAD when you reported this issue. It's now released as filefield_image 6.x-1.0-beta2, too.