[TYPO3-english] T3BLOG normal content above blog content

Lorenz Ulrich lorenz-typo3 at visol.ch
Tue Aug 3 00:20:01 CEST 2010


Hi Kim!

temp.normalColumnWithoutIRRE = CONTENT
temp.normalColumnWithoutIRRE {
	table = tt_content
	select {
		where = colPos = 0 AND irre_parentid = 0
		orderBy = sorting
		languageField = sys_language_uid
	}
}

By using this Typoscript you're saving the content to 
"temp.normalColumnWithoutIRRE". Now you need to copy that to the place 
where it needs to be inserted.

So instead of

 > ##content left side
 > 30 < styles.content.get
 > 30.stdWrap.wrap = <div id="content_left">|</div>

Use

30 < temp.normalColumnWithoutIRRE

Make sure that this line is placed below the "temp.normalColumn..." stuff.


Best regards,


Lorenz



Am 02.08.2010 18:27, schrieb Kim Holberg Andersen:


More information about the TYPO3-english mailing list