The widget used by Imagefield Crop is different from the one Imagefield uses. Imagefield Assist is only looking for the Imagefield widget. I wrote a little patch to handle this difference. Does anyone knows other modules which extend Imagefield using a different widget?

CommentFileSizeAuthor
patch.imagefield_assit.module.txt480 bytesmani.atico

Comments

lourenzo’s picture

This should be working now, since when fixing #595684 we're using preg_match('/imagefield/'); in the field's module, so *imagefield* modules' fields will match.

Would you please test with the most recent version?

Cheers,
Lourenzo Ferreira

mani.atico’s picture

Status: Needs review » Needs work

Yes, it work ... although the image presented on the selection list is not the 'cropped' version but the original one. When the image is embedded the 'cropped' version is used. Can anyone confirm this?

franz’s picture

Status: Needs work » Postponed (maintainer needs more info)

I couldn't reproduce this.

1) Imagefield crop should save the cropped image as the fullsize one, shouldn't it? Then, how can imagefield_assist access the original?

2) Clearing imagecache's caches (this sentence sounds awfull =p) perhaps would solve this?