Hello, this is very nice widget , but when i use it i loss INSERT module . and Fancy Insert also,

hope it will be fix soon.
Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wooody’s picture

Any help....

W.M.’s picture

I have noticed the same..

Any ideas are highly appreciated, thanks

wooody’s picture

We hope it will work on next version.

W.M.’s picture

It can be that what is needed is to make Insert module see or detect Multiupload Imagefield Widget, as it detects core one.

czigor’s picture

Priority: Critical » Normal
Status: Active » Closed (duplicate)
dagmar’s picture

Status: Closed (duplicate) » Needs review
FileSize
1.32 KB

I'm reopening this because the integration with Insert module has to be done in the two modules (due Images have 'alt' and 'title' and files only have 'descriptions')

Patch attached.

thehong’s picture

Glue module for those who need http://drupal.org/sandbox/thehong/1496560

florisla’s picture

Title: we loss INSERT module » Make insert's module "Insert" button functional for images uploaded with multiupload_image_field widget
Category: bug » feature
Status: Needs review » Needs work

Hi,

The exact problem this issue is about is this:
When I choose the Multiupload widget for an Image field (with unlimited number of values), the option to enable the insert button in the field's configuration is gone.
(this was on D7 with insert 7.x-1.2 and multiupload_imagefield_widget 7.x-1.0)

Dagmar's patch in #6 above does not fix this, but thehong's mult_insert module from #7 does enable this.
I have tested it with multiple image styles and alt/title support, and it's fully functional.

I'm marking this issue as 'needs work' because I think it would be great if this functionality could be included into multiupload_image_field.module without the glue module.

florisla’s picture

Title: Make insert's module "Insert" button functional for images uploaded with multiupload_image_field widget » Enable insert.module's functionality for multiuploaded images
florisla’s picture

This patch is an attempt to move the functionality of thehong's glue module multi_insert into multiupload_imagefield_widget itself.

Even though this is very straightforward, it doesn't seem to work yet.

havran’s picture

Status: Needs work » Reviewed & tested by the community

Hi, i tested #10 patch with unlimited multiupload imagefield and this work without problems.

kmajzlik’s picture

Hi, patch #10 not applicable in NetBeans. But code itself seems working well (i added it manually).
It should be commited to dev and 7.x-1.1 released.

xaa’s picture

hi, #10 patched manually works fine (I've the 7x-1.0). Thank you.

ADrupalUser’s picture

Hi czigor, has this patch from #10 been committed to Multiupload Imagefield Widget?

czigor’s picture

Assigned: wooody » Unassigned
Status: Reviewed & tested by the community » Fixed

Now it has.
Thanks to florisla for the patch and to all for testing!

I also found a bug: when the 'preview image style' is not the same as the 'defaul insert style' then insert might not work properly. (Instead of the image it insert blank icons into the WYSIWYG textarea.) I tried this with the core image field and the bug exists in that case too. So this must be an Insert bug.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.