Where are the Thumbnails ?
SkullSplitter - May 29, 2008 - 11:30
| Project: | Flash gallery |
| Version: | 5.x-1.2 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
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
#2
Thankyou for posting this, was having the exact same problem and this fixed it :)
#3
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