[TYPO3-english] Mount point limit
Michael Miousse
michael.miousse at infoglobe.ca
Thu Dec 18 13:32:48 CET 2008
Bart Veldhuizen wrote:
> Tapio Markula schreef:
>> Steffen Gebert kirjoitti:
>> >> Typo3 seems to limit maximum selected value for mount points.
>> >> I didn't find where to change this.
>> >
>> > What maximum value?
>>
>> Backend users/user groups 'File Mounts'. I selected much values but some
>> of selections dropped. I should get increased the quantity how much I
>> can select. I didn't find TCA settings for that but I debugged TCA and
>> made an own small ext for that.
>
> Create an extTables.php file in typo3conf and insert something like this:
>
> <?
> /**
> * @author: Bart Veldhuizen, Veldhuizen Interactive,
> info at v-int.nl */
>
> // increase the maximum number of mountpoints to 50
>
> $GLOBALS['TCA']["be_groups"]["columns"]["db_mountpoints"]["config"
["maxitems"]
> = 50;
> ?>
>
> Good luck!
>
> Bart
or if you are using 4.2.X you could use the extension ig_conf_editor that
allow you to modify any tca configuration.
--
Michael Miousse
Infoglobe
michael.miousse at infoglobe.ca
More information about the TYPO3-english
mailing list