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
Comment #1
francewhoaHave you tried the latest dev version at http://drupal.org/node/353191
New README.txt file at http://drupal.org/node/769462#comment-2838318
Comment #2
terbs commentedThis 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.
Comment #3
terbs commentedI was able to fix this bug by making sure imagefield_crop had a higher system weight than filefield_path
http://drupal.org/node/1171862
Comment #4
salvadorp commentedIf 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.
Comment #5
neRok commentedSuch an old open issue with solutions presented, so closing it.
Also a related issue at #728256: Imagefield Crop don't work with FileField Path