View Single Post
Old February 4th, 2008, 11:41 AM   #8 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
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

Last edited by Luciano; February 10th, 2008 at 12:00 AM.
Luciano is offline   Reply With Quote