[]
Omegatron said:Jersey,
You are correct you do not need to place a / at the end. No big deal but what is all this it doesnt know what folder to pick
$imgurl = "[img]{$data_dir}/$ppcat/{$user['U_Number']}{$photo_name}-med{$theext}[/img]";
The above is the default photopost format
data/whichcat/usernumberphotonameextention [/]
Ok, I'll try to get you to understand.. :-)
first just as a note you have a conflict in your directions. In the directions it says no slash and in the comments on the php after the path it says to put a slash (or vice-versa) can't remember without looking. It was the same on this sites download and also the other you posted it on.
OK, to the meat of the problem:
My path "www.The-Jersey-Devil.com/photopost/data" is were the bb users photos are (in the "500" sub folder) and folder "501" is where another catagories photo's are (I had to remove the 501 catagory for it to work).
Both the 500 folder and the 501 folder are created by photopost when the catagory is created. I tried
www.The-Jersey-Devil.com/photopost/data/500 and I get "blank pics" in the select image screen when trying to add a pic to the post. If you look at the path of the "blank" thumb pics it shows the path is pointing at the 501 folder ??. So I tried "www.The-Jersey-Devil.com/photopost/data/500/" and still no go.
Anyway I need several differant catagories and the only way it wil work is with JUST the 500 folder inside the data folder. If you put the 501 back it trys to pull the images from there.
The only way I got it to work was with the path:
"www.The-Jersey-Devil.com/photopost/data" and only leaving the "500" sub folder in there if the 501 was ther no go.
If I extend the path to:
"www.The-Jersey-Devil.com/photopost/data/500" it won't work.
If the 501 folder is in there with this path:
"www.The-Jersey-Devil.com/photopost/data" it won't work.
Hope that explains it

Thanks