Closed (duplicate)
Project:
Image FUpload
Version:
6.x-3.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2009 at 11:41 UTC
Updated:
16 Jan 2011 at 15:07 UTC
This module looks great and works great, thanks a lot for the wonderful job!
My problem is:
I use image_fupload to upload multiple images to a CCK imagefield. This field belongs to a multilingual content type, and should be synchronized between the original node and its translation to other languages. Synchronization is done with i18n/i18nsync, and it works OK when using the regular "image" or "file upload" widgets for this field; however, when we switch the field to the "image_fupload" widget, translations cannot inherit any images from the original node - Image_Fupload just says: "0 files uploaded."
Tested with FF 3.5 and IE 8.0.
Comments
Comment #1
GN commented#533228: i18nSynchronization of imagefields using image_fupload widget works only for existing nodes, not for fresh new translations
Comment #2
divined commentedjust change code on -
- image_fupload/image_fupload_imagefield/image_fupload_imagefield.module
on line 105 to:
if (!isset($form['#node']->nid) && !isset($form['#node']->translation_source)) {