Well there seem to be several issues if you are using gallery in
safe mode..
1. is a very old bug (resized image disapears if you upload an image with same filename -- )
2. the userid is added with underscore..
zach posted a fix in another thread for 1.
I fixed 2 for my installation..
open forum/includes/functions_gallery_imageedit.php
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
then find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
hope that helps
Luc