Hi, I use FileField Path module for rename uploaded images on way what I need. But... I can't use it with Imagefield Crop module.

When I use default setting for file name [filefield-onlyname-original].[filefield-extension-original] all working fine, but when i change file name pattern to sometext-[filefield-onlyname-original].[filefield-extension-original] after saving croping area decreases to output resolution of the cropped image and crop box decreases to little box.

What I missing?
Thanks.

Comments

francewhoa’s picture

Have you tried the latest dev version at http://drupal.org/node/353191

New README.txt file at http://drupal.org/node/769462#comment-2838318

terbs’s picture

This bug is still alive and kicking in the latest version of imagefield crop.

Whenever fieldfield path settings are applied like sanitization, or clean using pathauto, the crop permanently modifies the photo so it can't be re-cropped to a larger size, and sometimes it corrupts the crop area entirely.

terbs’s picture

I was able to fix this bug by making sure imagefield_crop had a higher system weight than filefield_path

http://drupal.org/node/1171862

salvadorp’s picture

If the solution of changing weights doesn't work, you can try this solution http://drupal.org/node/835658

The solution of unique names for the pictures worked for me.

neRok’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Such an old open issue with solutions presented, so closing it.

Also a related issue at #728256: Imagefield Crop don't work with FileField Path