View Single Post
  #1  
Old 02-25-2007, 01:51 AM
jadkar jadkar is offline
Green Plog
 
Join Date: Apr 2006
Posts: 3
Gallery: 0
Comments: 0
Question Viewing originals

I'm about to upgrade to pro however I need to get an answer to something that's been bugging me for a while. I need to be able to give my users the ability to post their original photo in my forum and I know that I have the option of using the text, "small" "medium" or "large" in the URL link to give me the appropriate size. like below

[code]Content visible to registered users only.[/code]

However I also know that the original can be refered to by this.....

[code]Content visible to registered users only.[/code]

The problem with the above is the directory where the originals reside has the incorrect permissions assigned to it for viewing. If I actually go to my hosting provider and change the directory security to allow "read access" it works but as soon as Photoplog creates a new member directory it messes up the security permissioning again. This leads me to believe that somewhere in the code Photoplog is specifying "no read" access on new folders. Can this be changed somewhere?

Does this make sense Please let me know...thanks
Reply With Quote