Typoscript: wrap only if content is not empty
Often i run into this problem in TYPO3 : i have to wrap a content element with Typoscript but ONLY if there is content. This has an easy solution but all too often i forget it and have to search it up again. So this time i post it here and maybe it helps others [...]
Typoscript snippet for creating breadcrumbs
A nice little Typoscript snippet that demonstrates how a simple breadcrumb can be created with TS. The last element of the breadcrumb will not be linked. lib.breadcrumbs = HMENU lib.breadcrumbs.special = rootline lib.breadcrumbs.special.range = 0 lib.breadcrumbs.1 = TMENU lib.breadcrumbs.1 { noBlur = 1 NO.linkWrap = <li> | > |*||*| |< /li> NO.stdWrap.htmlSpecialChars = 1 CUR = 1 [...]
3 useful TYPO3 links
I’ve come across two great articles and some novelties about the upcoming 4.3 version of TYPO3, here they come: 45 minutes TypoScript – one of the most comprehensive tutorial about TypoScript i’ve ever seen since i work with TYPO3. It has a few nice and useful code examples too. Using existing hooks in your own extension [...]

