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

SkullSplitter’s picture

find 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

becca08’s picture

Thankyou for posting this, was having the exact same problem and this fixed it :)

danieltome’s picture

That 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