When having an imagefield in the contentype the synchronization form the image to the translated node is ok. But when one of the nodes is edited and the image is replaced, the content is NOT synchronized any even it says so. A standard textfield is synchronised perfectly even after the node is edited.

CommentFileSizeAuthor
#5 i18n-526478-5.patch1.85 KBdasjo

Comments

tomsm’s picture

I have the same issue.

garwolhz’s picture

I have 3 languages and I have the same issure. But some times imagefiled content is synchronized in 2 language version and only 1 language version is not synchronized.

magasoft’s picture

same problem =(

Martin Möhwald’s picture

Same problem here.

dasjo’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.85 KB

this seems quite straight forward to me. please see and review my patch.

how to mark this as a duplicate?
http://drupal.org/node/461702

josef

Martin Möhwald’s picture

Status: Needs review » Closed (duplicate)

I think this is also a duplicate of http://drupal.org/node/278426, because it is not just a problem with the missing implementation of imagefield but filefield handling in the Internationalization module.

Martin Möhwald’s picture

@dasjo Your patch in #5 really seems to work!

I tested the code in two Drupal environments. Both with German and English content and CCK fields (imagefield, file upload fields for FLVs, SWFs ...).
When I am now changing/adding/deleting content of the fields in one language, the contents are properly synchronized with the other.

Good work!

vasike’s picture

@dasjo Your patch in #5 http://drupal.org/files/issues/i18n-526478-5.patch worked for me too

macramole’s picture

@dasjo Your patch in #5 http://drupal.org/files/issues/i18n-526478-5.patch worked for me too

thanks very much !

chianti’s picture

Component: Code » Blocks

I just asked this question in this post before finding this thread:
http://drupal.org/node/1353204

Did this patch never make it into the final version of this module then?
It's now Nov 2011 and we're at v6.x-1.10.
Why was this patch from 2 years ago never implemented in the main branch?

Thanks

tomsm’s picture

As far as I remember this issue is fixed.
The current 6.x version has no problems with synchronizing imagefields between translated nodes.

chianti’s picture

Component: Blocks » Fields
Status: Closed (duplicate) » Closed (fixed)

OK, based on your reply I had another go at it, and while I was tinkering about, it automagically started working. I don't know what the problem was, or what kick-started it.

Thanks.