Great module, we're using it here (I tweaked it to connect with lightbox2):
http://www.formulec.nl/nl/content/house-knowledge.html
Question: when we use i18n to translate content, we noticed that slideshow images (attachments) are not copied. This means, every translations required to re-upload all images. Is this a i18n issue or can it be fixed in slideshow?
For us it wont matter anymore, because wer're doing it manually now. But it might help someone else in the future, if attachments were copied to translations.
Comments
Comment #1
kkaefer commentedslideshow.module relies on upload.module for file uploading. I suppose i18n's implementation of upload.module makes different languages have different upload fields, so I'd say this is a i18n.module issue.
Comment #2
jose reyero commentedAttachments are copied over if using synchronization module (i18nsync) and the option is enabled.