Posts Tagged ‘TYPO3’

TYPO3: Advanced GIFBUILDER use with tt_news

In the tutorial we’re going to make an automatic gifbuilder image, for a tt_news article. We’re going to use the news image from the tt_news record and overlay it with the title.

Read the rest of this entry »

TYPO3: Replace RTE content through TypoScript

Ever wanted to replace a single word throughout a whole TYPO3 website? Of even better: You know it will have to be changed in time? Like a year or a name? The solution is quite simple yet not seen as often as you might think. Most people know they can set a TypoScript constant to [...]

Read the rest of this entry »

TYPO3: A basic HTML5 tutorial

Although TYPO3 is fully HTML5 capable, you need some TypoScript changes to make things work accordingly. The most obvious changes of HTML5 are the new doctype and the new HTML tags used in your template. So let’s see what we need to do to make things work the HTML5 way. First of all lets render [...]

Read the rest of this entry »