[TYPO3-dev] UserGroupTS

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Tue Mar 25 19:08:12 CET 2008


Carsten schrieb:
> hi martin,
> im not talking about the be_user ts.
> i asked for Website usergroup TSconfig.
> This is a fe_user-group :)
> 
> 
> Martin Kutschker schrieb:
>> Carsten schrieb:
>>> hi there,
>>> is it possible to setup typoscript propertiers with userTS or 
>>> usergroupTS?
>>
>> How should a BE user setting affect the FE? Are you talking about BE 
>> user sections?
>>
>> Anyway you can use TS conditions for your purpose.

Then use conditions like this in your TS:

Example:

This matches all logins

[usergroup = *]

This matches logins from users members of groups with uid's 1 and/or 2:

[usergroup = 1,2]

Complete docs can be found here: 
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/

Masi




More information about the TYPO3-dev mailing list