[TYPO3] raise number of upload fields in the element browsers?

Sander van Gelderen mail at sandervangelderen.nl
Thu Sep 18 16:47:13 CEST 2008


Hi Markus,

try being more descriptive, your questions lacks some information :)

My guess is you want to upload more than 3 files in pages properties:

1) Use the 'configuration' module
2) choose '$TCA (Table conf array)' in the select at the top of the page
3) In the tree navigate to 
$TCA['pages']['columns']['media']['config']['size'], you will see the 
default value of 3
4) Read 
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/
5) Open up your localconf.php, and check if you have an entry like this:
$typo_db_extTableDef_script = "extTables.php";
6) Open your extTables.php and add the following:
$TCA['pages']['columns']['media']['config']['size'] = 5;
Or you the value you would like.
7) Clear configuration cache


Good luck,

Sander

Markus Thaler schreef:
> hello,
> 
> is it possible to show more than 3 upload-fields in the element browser? 
> thanks.


More information about the TYPO3-english mailing list