[Typo3] Wrap tt_content with tt_content

Tyler Kraft headhunterxiii at yahoo.ca
Fri Aug 5 14:39:51 CEST 2005


hi

Build a COA that has two parts.  the first part is the 
styles.content.get and the second is a RECORD cobject for just the 
single item of tt_content you want.  this should also then allow you to 
use it with condtionals...

then sub all that into the template


example

MYCONTENT = COA
MYCONTENT.10 < styles.content.get


[ conditional here ]

MYCONTENT = COA
MYCONTENT.10 < styles.content.get
MYCONTENT.20 = RECORDS
MYCONTENT.20{
	tables = tt_content
	source = 123
	dontCheckPid = 1
}

[end]


maybe someone else has a better way to do it...


hth
tyler



More information about the TYPO3-english mailing list