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?
