klaftertief-symphony / imagecropper

A Symphony CMS field extension. Adds image cropping functionality to upload fields.
12 stars 7 forks source link

Added compatibility with "Image Upload" field #12

Closed vlad-ghita closed 12 years ago

vlad-ghita commented 12 years ago

For this to work with Field: Image upload.

Thanks, Vlad

madaerodog commented 12 years ago

cool, thank you for that, now if only it would all work with Symphony 2.25 ... but for that the modified JIT would have to be updated

vlad-ghita commented 12 years ago

Well, it does work with Symphony 2.2.5. I'm using it daily, including the modified JIT (it's v1.10 for jCrop)

madaerodog commented 12 years ago

then how come I am getting this error ? Fatal error: Undefined class constant 'kERROR' in /extensions/jit_image_manipulation/lib/image.php on line 85

Thanks in advance, if you have any hints for me

vlad-ghita commented 12 years ago

Are you sure you have this version of the extension?

madaerodog commented 12 years ago

hmm I was using the master version of that https://github.com/klaftertief/jit_image_manipulation and that is 1.06, you are right, thanks man!

klaftertief commented 12 years ago

Didn't merge it directly, but added a $supported_upload_fields array. Thanks.