Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
File Management
Is there a way to limit which files users can see and edit in the admin area, similar to the way articles work?
article.delete.own' => '1,2,3,4',
'article.delete' => '1,2',
'article.edit' => '1,2,3',
'article.edit.published' => '1,2,3',
'article.edit.own' => '1,2,3,4,5,6',
'article.edit.own.published' => '1,2,3,4',
'article.publish' => '1,2,3,4',
At the moment everyone can access the file areas and upload, edit all files.
I have 2 file categories “staff” and “management” which are easy to split in the front end, but in the admin all users can see all files :(
Offline
Re: File Management
Bugger – I suppose this is a no then :(
Offline
Pages: 1