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/

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam Protection by WP-SpamFree Plugin