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

Malte Jansen mail at maltejansen.de
Wed Nov 7 13:29:24 CET 2007


Hi Masi,

There is no wrong way ;)
You could use it in both.

For UserTS it could look like this:
mod.web_list.list {
      [table].recordsAll.pages = [PageIDs|All]
      [table].recordsLimited.pages = [PageIDS|All]
}

I have several projects where I could use it, espacelly in future.

In nearly every project I'm using tt_news. Sometimes I use this 
extension for several purposes (e.g. news,articles,...). so you have a 
sysfolder for every purpose.
So you can setup the PageTS for this folder.
For example sometimes I override the labels or give fields 
default-values. Because as a admin I only want to see the same fields 
etc. In addition it would be cool to define the group.

Malte


Martin Kutschker schrieb:
> Malte Jansen schrieb:
>> 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.
> 
> Masi






More information about the TYPO3-dev mailing list