Posts Tagged ‘Tutorial’

TYPO3: How to use TypoScript Conditions

A TypoScript condition is a powerful and easy way of telling TYPO3 when to execute a piece of TypoScript. In this tutorial I’ll explain the basics of such a condition and how to use one. Conditions are very similar to a PHP if-statement and should be easy to use if you understand the principles of [...]

Read the rest of this entry »

TYPO3: Using the localization overview

Translating pages can be a real pain. Personally I think the worst thing is the amount of clicks in takes when you need to translate a whole pagetree! Translating 10 pages can take up to 45 clicks through the List module! Can’t this be easier? Yes it can! TYPO3 by default comes with a Localization [...]

Read the rest of this entry »

TYPO3: 301 redirect pages or tt_news records

I’m getting a lot of traffic lately of people searching for a tutorial on 301 redirects, especially in combination with tt_news. Therefore I’m going to explain how to make such a redirect the easiest way. In this tutorial I’m assuming you already have a website up and running with RealURL installed and you want to [...]

Read the rest of this entry »