• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Using TSconfig to tailor TYPO3 to your needs

by on Apr 17, 2009

  • 8,400 views

This presentation shows some of the customization features in the TYPO3 backend for editors

This presentation shows some of the customization features in the TYPO3 backend for editors

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Apple Keynote

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

5 Embeds 115

http://qiahoe.blogspot.com 74
http://www.slideshare.net 24
http://addls.com 7
http://xn--9krx86o.com 6
http://qiahoe.blogspot.fr 4

Statistics

Likes
7
Downloads
0
Comments
1
Embed Views
115
Views on SlideShare
8,285
Total Views
8,400

11 of 1 previous next

  • grwillems grwillems Hi Jochen,

    I found that adding the following code (1) does help to prevent the form from allowing only 10 files. But when the form is saved still only 10 files are saved. Then I added the following code (2) to the extTables.php file in typo3conf and the entire problem is solved.

    1: TCEFORM.tt_content.media.config.maxitems = 100
    2: $GLOBALS['TCA']['tt_content']['columns']['media']['config']['maxitems'] = 100;
    3 years ago
    Are you sure you want to
Post Comment
Edit your comment

Using TSconfig to tailor TYPO3 to your needs Using TSconfig to tailor TYPO3 to your needs Presentation Transcript