Page 1 of 1

Creating thumbnails with same name as pictures?

Posted: Tue Mar 27, 2007 4:24 pm
by numer9
hey,
i want to change a bit ImageManager - i'm messing around with lib/filemanager/imagemanager/config.inc.php
I tried to change the thumb directory - it's working great. But then i wanted thumbs to be named exactly the same as real files. Since they are in different folder, i don't have name conflict. But when setting thumbnail_prefix to "" (null) - the image manager stops displaying anything.

I got quick glance at the code, search for thumbnail_prefix in Classes/ImageManager.php, but coulnd't find the answer. Tried to alter a bit "isThumb($file)" function, but that's probably not it. Any hints?  :-\