You are not logged in.
hey, i finally got things working a bit... just downloaded latest 0.91 beta (with the fix!)
i have some images in a subdir of a subdir, but the thumbnails don't show. Only in the main dir, i see thumbnails. when i check the properties of those images, i see that the path relative from the main to the subdir is missing, ie /images/t_image1.jpg in stead of /images/subdir1/subdir2/t_image1.jpg.
Is this a bug or just a misconfig?
Offline
I got the solution myself:
it has something to do with $IMConfig['thumbnail_dir'] = '';
i had this in my configXinha.php and it appears this is relative to the root-path of your images and not to the dir you are browsing at the moment.
so my advice: don't mess with it in your config-file unless you have to!
Offline