Created an imagefield and used imagecache to resize images. In CCK i used jlightbox to show the original image by click on the small one. But with i18n the path to the original contains the language prefix.

regards pebosi

Comments

sun’s picture

I've currently no test site with i18n available. Could you please post the actual HTML output of the malformed image (including the link)?

pebosi’s picture

Sorry for my late answer, here the Code: (the a - Tag gets the language prefix...)

<div class="field field-type-image field-field-newsbild"><div class="field-items"><div class="field-item"><a href="/de/files/ao/news/schnee.jpg" rel="lightbox[field_newsbild]" title=""><img src="http://www.abruzzen-online.de/files/ao/imagecache/b225/files/ao/news/schnee.jpg" alt="" title="schnee.jpg" class="image b225"></a></div></div></div>

Link: http://www.abruzzen-online.de/de/aktuelles

regards pebosi