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
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

SkullSplitter - May 29, 2008 - 11:52

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

becca08 - July 17, 2009 - 20:47

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

#3

danieltome - August 12, 2009 - 13:37

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

 
 

Drupal is a registered trademark of Dries Buytaert.