Thanks, but I changed:
PHP Code:
$src = $vba_options['gallery_fileurl'] . '/' . implode('/', preg_split('//', $image['userid'], -1, PREG_SPLIT_NO_EMPTY)) . '/' . $filename;
to
PHP Code:
$src = $vba_options['gallery_fileurl'] . '/' . $filename;
This seems to work fine.
Now there's only one more thing, the module header isn't displayed right, please have a look on the screenshot.
Thanks