Page 1 of 1

Change default access permissions

Posted: 10 Sep 2010, 12:23
by francy88
Hi all,
I would like to change default permissions in backend forms when I create new section/category/file.
I have to create a reserved area on my site with Phoca Download, where only registered user are able to download file uploaded by administrator.
By default, all "User permissions" are set to "Public", and the administrator must change it manually to "registered"; so, is it possible to change this default value to "registered"?
What files I have to modify?

Thanks in advance,
Francesco

Re: Change default access permissions

Posted: 14 Sep 2010, 20:59
by Jan
Hi, I think, you need to modify the script which loads the data to the form and set there that if no value is set, it should be set to e.g. registered. (The file edit model or view must be customized)

Jan