I have problem with mini thumbs display - i read all posts, try almost all tricks and still no results
options i have:
settings.php:
$settings['cache_images'] = false;(doesn't make any difference after changing)
$settings['create_thumbnails'] = false;(won't display thumbs if true)
$settings['gallery_sorting'] = 2; //4
$settings['thumbnail_sorting'] = 0; //0
thumb.display.php:
$current_gallery = array_pop(split("/", dirname($img)));
$cache_thumb_dir = "../cache/"
.$settings['gallery_prefix']
.$current_gallery;
$thumb_url = $cache_thumb_dir."/"
.$_prefix
.basename($img);
also cache folder have 777 chmod, dunno what more i can show
I have solution guys!!!
just do it and everything will work just fine with thumbs!!
http://minishowcase.net/community/comments.php?DiscussionID=437&page=1#Item_1
i know it is solution for encoding, but when i try this it solve my problem with thumbs!
Thanks to Fenix-TX !!
It looks like you're new here. If you want to get involved, click one of these buttons!