Hello everyone,
i am using the uc_option_image 6.x-1.x-dev of this module. I have applied some patches that i have found in the discussion lists (the one for making attributes required see http://drupal.org/node/907966).
Everything works ok when i am in Garland theme, but wneh i change the default theme to a fusion based theme images do now swap and a javascript error is occuring saying that
var images = this.images[nid][aid]; is undefined at line 44 of uc_option_image.js file.
What is wrong? Anybody can give a hint?
thanks in advance
Comments
Comment #1
virtuali1151 commentedI have the same prob....:(
Comment #2
zmxn commentedand I have the same problem. How to fix it?
Comment #3
zmxn commentedOne friend helps me. To fix this bug in uc_option_image.js i replace lines:
to:
After that option image works correctly in all themes.
Comment #4
virtuali1151 commentedHmm.. I dont seem to have those lines in uc_option_image.js???? What number are those lines...??
Comment #5
virtuali1151 commentedAre you using the dev version or 6.x.14??