Doesnt work with i18n
pebosi - November 7, 2007 - 11:38
| Project: | jQuery Lightbox |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
I've currently no test site with i18n available. Could you please post the actual HTML output of the malformed image (including the link)?
#2
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