[TYPO3-dev] Backend User Groups Limit

Jason Alexander jalexander at digipen.edu
Tue May 11 02:40:27 CEST 2010


Thanks guys, this is exactly what I needed to know. I kind of figured it had to do with the MYSQL fields. 

Jason R Alexander













On May 10, 2010, at 3:05 PM, Lars Houmark wrote:

> 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
> 
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev





More information about the TYPO3-dev mailing list