Hello e2,
what file/lines would I modify so I can predefine the location of the images and thumbs. right now as you know you have to put in that location.
thanks
Hello e2,
what file/lines would I modify so I can predefine the location of the images and thumbs. right now as you know you have to put in that location.
thanks
For the uploader? or for the gallery?
for the uploader, so you do not have to get putting in the path to the folders
Right now there isn't, but I've been collaborating with another e2 photo gallery user on an update to the uploader that has this included.
ok cool thanks...
surely he is speaking of the uploader as that is the only place where you input that information.
you need to just hard code the value="" to your location in the form on the uploader/index.php page.
input type="text" size="32" name="folder" value="../images/"
input type="text" size="32" name="thumbfolder" value="../imagethumbs/"
You must log in to post.