PDA

View Full Version : Image Path


Acoran
06-27-2006, 09:07 PM
Hi,

I have change the "Image Path" in options screen to a diferent one (the default one is ../images/) and I get a lot of problems.

In admin/images screen, some functions use ../images/image_filename instead my_images_folder/image_filename.
For example the function getSize ()

When I upload a new image, the image was move to the correct destination (my_images_folder/image_filename)
But when the program try to show it, the program want to show it from a bad path (again ../images/image_filename)

Im using this downloaded file (pixelpost1-5rc1-2.zip)

regards

Joe[y]
06-28-2006, 10:39 AM
why are you changing the path to your images folder in the first place?

Acoran
06-28-2006, 12:19 PM
It is difficult for me to explain , but I was testing if there was a possibility to share my coppermine photo gallery images folder with Pixelpost.

Perhaps I never use this, .. only I was testing.

But I see that the funcionality of change the "Images Path" don't work fine

I think that some source code dont use the variable that store this information.

For me it is not a real problem, but if Pixelpost have this funcionality, I think that is good for you to know that is not working fine.

regards

Joe[y]
06-28-2006, 01:55 PM
currently you are right pixelpost does basically rely on using a folder titled 'images'. we never really considered that function so no promises but perhaps 'images' could be replaced with a variable. i doubt there is much demand for this though and it really just adds complications to what we want to keep a simple application.