Closed (fixed)
Project:
Multiupload Imagefield Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 07:12 UTC
Updated:
29 Mar 2013 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
wooody commentedAny help....
Comment #2
W.M. commentedI have noticed the same..
Any ideas are highly appreciated, thanks
Comment #3
wooody commentedWe hope it will work on next version.
Comment #4
W.M. commentedIt can be that what is needed is to make Insert module see or detect Multiupload Imagefield Widget, as it detects core one.
Comment #5
czigor commentedSee #1533648: Patch for Insert to support Multiupload Filefield.
Comment #6
dagmarI'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.
Comment #7
thehong commentedGlue module for those who need http://drupal.org/sandbox/thehong/1496560
Comment #8
florisla commentedHi,
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_insertmodule 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.modulewithout the glue module.Comment #9
florisla commentedComment #10
florisla commentedThis patch is an attempt to move the functionality of thehong's glue module
multi_insertintomultiupload_imagefield_widgetitself.Even though this is very straightforward, it doesn't seem to work yet.
Comment #11
havran commentedHi, i tested #10 patch with unlimited multiupload imagefield and this work without problems.
Comment #12
kmajzlik commentedHi, 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.
Comment #13
xaa commentedhi, #10 patched manually works fine (I've the 7x-1.0). Thank you.
Comment #14
ADrupalUser commentedHi czigor, has this patch from #10 been committed to Multiupload Imagefield Widget?
Comment #15
czigor commentedNow 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.