as you can see here (http://www.bomshanka.com/gallery/Desktops) the folder.jpg image is being shown as part of the gallery, am I doing something wrong?

Comments

asimilon’s picture

I have fixed this myself :)

line 190 of fast_gallery.class.php change to :

        if (!strpos($value_slash,"folder.jpg")&&!strpos($value_slash,"folder.png")) $fGImagesContainer[] = new FGImage($value_slash);

I'm not sure how I would go about adding this to the actual module

dunwich42’s picture

That fixed it for me, thanks!