howdy all.....i have been trying to install the geek's pop up within my vbadvanced and i am not sure what i am doing wrong with the install.
In the geek.php file, you have to set it up like this:
Quote:
//$gallery_path is the URL (with no ending space to your photo system
//for photopost: "http://www.YOURSITE.com/photo"
//for vBa: "http://www.yoursite.com/gallery"
$gallery_path="http://www.insanemustangs.com/gallery";
//$data_folder is the folder (relative to the above URL where the images are kept.
//for photopost:
//$data_folder="/data";
//for vBa:
$data_folder="/files";
|
Now with it set like that, when i try to pull up an image, i get www-insanemustangs.com/gallery/files/1/the picture which leads to an error....how can i get this to quit calling for the /1 ? if i put $data_folder="/files/1"; i get www-insanemustangs.com/gallery/files/1/1/the picture, which again leads to an error.......
what i need it to do is call www-insanemustangs.com/gallery/files/the picture....i have searched through every file i can think of, and have tried to see if A geek know's what's wrong, but nobody seem's to have an answer to this problem....i would think it would be very easy, but i am not sure.....
Thanks, hotwheels