[Typo3] tt_news: working with categories

Markus Bucher markus.bucher at bedv.de
Thu Nov 24 13:42:30 CET 2005


Hi,

i have some backend-usergroups with tt-news-categories assigned like this:

usergroup: editors
<code>
options.useListOfAllowedItems = 1
tt_newsPerms.tt_news_cat.allowedItems = 10
</code>

usergroup: managers
<code>
options.useListOfAllowedItems = 1
tt_newsPerms.tt_news_cat.allowedItems = 14
</code>

if a user foobar belongs to both one of these groups, he should be able 
to choose between the categories assigned with above ts for each 
usergroup, here 10 and 14. But what happens is, that the values 
allowedItems overwrite each other so that he only can access the 
news-category he got from the last usergroup.

How can I manage to add these values to something like

user foobar
<code>
options.useListOfAllowedItems = 1
tt_newsPerms.tt_news_cat.allowedItems = 10,14
</code>


Cheers

Markus Bucher
==
markusbucher.de



More information about the TYPO3-english mailing list