|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
When a directory PhotoPlog needs does not exist, PhotoPlog will create the directory and try to set it to have 777 permissions. There is nothing in PhotoPlog to downgrade permissions. You might want to look into the umask command to see if your default permissions for files and directories are as you'd prefer.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|