[TYPO3-english] limit rights of a file mount folder

Andreas Kiessling kiessling at pluspol.info
Sat Jan 1 14:14:25 CET 2011


Hi,

Am 01.01.11 13:28, schrieb Katja Lampela:
> Hello and Happy New Year :)
>
> When mounting a BE group for a folder, is there a way to add some
> specific rights to that group. I'm looking for a way to handle following
> situation: a group member can copy or use the images in a certain
> folder, but not to add any images into that folder. At the same time the
> admin BE user should be able to add images into this folder (so it can't
> be ftp based access rights).
>
> Is this possible?
>
> Thanks in advance!
>

Taken from http://jeffsegars.com/2008/08/03/easier-page-links-for-editors/
Put something like this to the UserTS:
options.folderTree.altElementBrowserMountPoints = _temp_/,templates

This adds _temp_ and templates in the fileadmin as read-only folders, 
when the popup to choose a file is opened. So you won't be able to copy 
the images to another place in the fileadmin directory (the folders are 
not available in the file module), but you can use them in content 
elements / records. Should also work with DAM.

HTH,
Andreas


More information about the TYPO3-english mailing list