[TYPO3] Use default content if tt_content is empty

Florian Schupp | former03 f.schupp at gmx.de
Mon Apr 3 09:47:03 CEST 2006


Hi Group,

how can i tell typo3 to use some default content if tt_content is empty 
or has not entries for the selected page?

in detail:
I have an marker "FLASH_SLIDESHOW" which is replaced by the content from 
tt_content where colPos = 3. But that means if the page has no content 
entered, nothing is shown. How can i tell typo3 that if this happens, 
seon default content (some html) should be shown.


		FLASH_SLIDESHOW = CONTENT
		FLASH_SLIDESHOW {
			table = tt_content
			select.orderBy = sorting
			select.where = colPos = 3
		}


thanks
Florian



More information about the TYPO3-english mailing list