[TYPO3-dev] Backend User Groups Limit

Lars Houmark lars at houmark.com
Tue May 11 00:05:30 CEST 2010


Ulrich Lorenz PHZ Luzern wrote:

> But still it's no problem: Change the field from tinytext to text and then increase the maxItems for subgroups in extTables.php:
>
> $GLOBALS['TCA']['be_groups']['columns']['subgroup']['config']['maxitems']=50;

Doing this in an extension is best, because you also need to update 
ext_tables.sql for that field with the new field type. Otherwise the 
Install Tool will ask to change it back on compare and if that is done, 
it will again be broken.

-- 
Lars Houmark





More information about the TYPO3-dev mailing list