I installed album photos 6.x-2.6 and dfgallery. The slide show is working but I got log message : page not found sites/all/modules/photos/thickbox/loadingAnimation.gif. Does anyone know how to stop it?
I installed album photos 6.x-2.6 and dfgallery. The slide show is working but I got log message : page not found sites/all/modules/photos/thickbox/loadingAnimation.gif. Does anyone know how to stop it?
Comments
Comment #1
chengjing commentedFor anyone that is interested, I have managed to get rid of this error message by editing thickbox-compressed.js in photo/thickbox/ directory
change
var tb_pathToImage = '/sites/all/modules/photos/thickbox/loadingAnimation.gif';
to
var tb_pathToImage = '/modules/photos/thickbox/loadingAnimation.gif';
Comment #2
chengjing commentedno, it does not work on some old IE :(
Comment #3
nathaniel commented