Hello,
An example:
I create a page, insert an image in it ("try.jpg", via the inline module).
When I create a translation of this page, I have to upload the image again, and another file is created ("try_0.jpg").
I think it would be nice if all the translations of a node "shared" the uploaded files. That is:
I create a page, insert an image.
I create its translation, and the image already appears as an attachment.
Comments
Comment #1
pacer commentedFor those who is still interested in any kind of solution for mentioned inconvenience.
I suggest following ...
Assume what you have installed and configured both modules (image and i18n)
Function "image_load" in file image.module should be modified in order to make images appear in translated version of node.
just add next lines at the beginning of function .
And don't forget to comment native statement which retrieve files for current node.
So the whole function should look like this ...