
|
Hi…I am not an expert at html, but I undertsand some basics and can’t seem to figure out why my main images are not loading.
Also, am having issues with the image upload process. When I upload it keep on creating the image and imagethumbs folder in the uploader folder. When i do this and check the gallery the thumbs show but nto the main image. I assume the images are not supossed to be there but when I move them into my main folder it doesnt help anything.
Right now I am uploading to ../gallery/images and ../gallery/imagethumbs
I tried without the ../ and it just puts images in the uploader folder.
my practice gallery I am trying to make work is here http://www.sdgusa.com/gallery/
I have a few hours into this and woudl really appreciate any help possible.
Note for anyone willing to give me an answer please explain like you are talking to an idiot and assume I know very little. Thanks!!!
|
 E2
|
When you upload your photos in the uploader use this for you paths:
../images This will put them the directory above the uploader folder in the images folder
../imagethumbs Same.
For your config.php file you must set your gallery put your gallery path and thumbpath as the following:
images
imagethumbs No / needed.
|

|
Ok I changed the links to that and it works…well also I reuploaded some fresh pages and tried again so I could clear out all the junk I was trying. I think had a few things messed up. ANYWAYS it works and it’s sweet. Thanks!
|