[TYPO3-english] Mount point limit

Bart Veldhuizen bart at v-int.nl
Thu Dec 18 09:56:01 CET 2008


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


More information about the TYPO3-english mailing list