Hi and hello :)
I have installed the flash_gallery module and it works fine.
But there is one little error :(
All Previews and Thumbnails are generated and stored inside the file/images directory.
Flash Gallery Shows the Big Picture but in the Navigation on Top , there is only an "X"
Whats wrong ?
Cheers
Skull
Comments
Comment #1
SkullSplitter commentedfind the bug :)
in flash_gallery.module line 180:
original :
$op[] = 'thumbPath="'. flash_gallery_image_url() .'/flash/thumbs/"'; return implode(' ', $op);
new one:
$op[] = 'thumbPath="'. flash_gallery_image_url() .'/"'; return implode(' ', $op);
cheers
Comment #2
becca08 commentedThankyou for posting this, was having the exact same problem and this fixed it :)
Comment #3
danieltome commentedThat is not the correct fix. By removing the flash/thumbs path you are actually using the images path. So you are not seeing the thumbnail but the full image.
You need to go to Content Management > Flash Galleries and under miscellaneous. Tick the box: Build thumbnail library.
cheers,
Dan