Closed (fixed)
Project:
Thickbox
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Dec 2007 at 17:53 UTC
Updated:
9 Jan 2008 at 16:51 UTC
Hi,
it seems that like is wrong in thickbox.module:
drupal_add_js("var thickbox_derivative = ". drupal_to_js(variable_get('thickbox_derivative', 'preview')) .";", 'inline');
On my site, it generates thickbox_derivative = "Aperçu" instead of thickbox_derivative = "preview", which of course fails.
Thanks,
Xav
Comments
Comment #1
frjo commentedCan you not change the settings at "admin/settings/thickbox"?
What options do you get there for "Image derivative"?
Comment #2
xav commentedI have "Original", "Aperçu" and "Thumbnail" (apparently the last one hasn't been translated). They are the 3 default sizes, uneditable. I could add some more but that's not the point.
Comment #3
xav commentedSorry, after uninstalling, cleaning db and reinstalling, it seems to work now.