Two handy TYPO3 extensions

Here are 2 nice extensions I found during my internship at Redkiwi

TCA manipulation via PageTS ( tcamanipulate )

Enables you to overwrite / change the TCA settings by adding Typoscript to the page TSconfig.

  • You can use it for changing the max upload size for an upload field.
  • Changing field names.
  • Set another maximum for a selection field.

Example:

## Allow to select bigger images with news categories
TCA.tt_news_cat.columns.image.config.max_size = 300

http://typo3.org/extensions/repository/view/tcamanipulate/current/

Imagecrop for tt_content (nwt_imagecrop )

This extension provides an extra checkbox in the tt_content image element to define whether the width and hight are maximum values (standard) or are the exact values for the image rendering.

When the image is bigger the the width and hight you have set it will auto crop it.

http://typo3.org/extensions/repository/view/nwt_imagecrop/current/

TYPO3 @ Redkiwi

Ben nu al bijna 3 volle weken aan het stage lopen bij Redkiwi. Erg naar me zin en het is gezellig.

Begin steeds meer te leren over TYPO3, erg mooi CMS systeem. Veel configureerbaar en veel mogelijk met extenties.

De basis dingen ken ik nu wel redelijk alleen er zitten denk nog veel dingen ik die ik niet ken of weet dat ze mogelijk zijn. Maar daar kom ik nog wel achter in de komende maanden.

Binnenkort maar is beginnen aan stage project. Vandaag al maar wat voorbereiden.