* D6.12, all modules up to date.
* Installed imagecrop and jquery_ui as per instructions
* All relevant modules enabled in modules screen
* "Hook into image module" checked.
Imagecrop settings says "No preset is found with the javascript_crop action so far. If you want to take advantage of this module, you will need to create at least one preset with that action."
Under admin -> settings -> image I see no option for adding a 'javascript_crop' action to image presets, only 'Scale image' and 'Scale and crop image'.
What am I missing?
Comments
Comment #1
vm commentedwouldn't this setting be under administer -> imagecache ?
and from there you build another preset that includes this crop feature?
Comment #2
kentr commentedAha. Thanks for the tip. In D6, it's at Administer -> Site building -> ImageCache (URL: admin/build/imagecache ).
Would be helpful for folks unfamiliar with Imagecache if the javascript_crop error message provided a link to this screen, or if the docs specified where the preset needs to be created.
Comment #3
mrfelton commentedComment #4
andykisaragi commentedAlso, the page at admin/build/imagecache is only available with the Imagecache UI module enabled, though this is not required by Imagecrop - perhaps it should be, to avoid confusion?
Comment #5
nils.destoop commentedI prefer not to make it required.
We at work, configure all the presets when developing. When the site goes live, we disable all the UI's (views ui, imagecache ui ...) (performance reasons).
If imagecrop would require the UI, this won't be possible.
Comment #6
andykisaragi commentedFair enough, that makes sense. I do think it would be worth making the error mentioned by kentr a little more helpful / instructive for those unfamiliar with imagecache though.