[TYPO3-dev] Limited List-View for BE-user

Franz Koch typo.removeformessage at fx-graefix.de
Wed Nov 7 13:15:53 CET 2007


Hi,

>> if you are using tt_news or other extension, where you need more than 
>> a couple of users, it would be cool to limit the db_list to only there 
>> own data records. So you don't have to create a sys-dir/category for 
>> every user/group.
>> In addition you could define a user/group, which are allowed to list 
>> all  records of one type in one page.
>>
>> The PageTS could look like this:
>>
>> mod.web_list.list {
>>     [table].recordsAll.groups = [ID-List of groups]
>>     [table].recordsAll.users = [ID-List of users]
>>     [table].recordsLimited.groups = [ID-List of groups]
>>     [table].recordsLimited.users = [ID-List of users]
>> }
> 
> Wrong way: should be in UserTS.

but what if you need different settings for the same db-table on 
different sys-folders? UserTS won't work then, right?

--
Greetings,
Franz




More information about the TYPO3-dev mailing list