1
There are only two things that need to be fixed to make XCgal multilingo. Both in the display album thumbnails mode.
I've succeeded to get the album name multilingo by changing in the file include/functions.inc.php around line 614 :
Quote:
theme_display_thumbnails($thumb_list, $thumb_count, $myts->MakeTboxData4Show($album_name), $album, $cat, $page, $total_pages, is_numeric($album), $display_tabs);
I added here : $myts->MakeTboxData4Show
Second problem is that the names of the thumbnails don't show up 'translated'. It is in this line that the names are retrieved :
Quote:
$thumb_list[$i]['caption'] = ($row['caption_text']);
Does anybody know how I can get this (caption_text) trough the textsanitizer, so it gets 'translated' ?
You can see
here how it shows up right now.
Aloha