[TYPO3-english] T3BLOG normal content above blog content

Kim Holberg Andersen kim at crewcut.dk
Mon Aug 2 18:27:49 CEST 2010


Hi,

I use T3BLOG, but have this problem with normal content
showing above the blog content. This problem is mentionend
in the manual and a solution, but i have troubles configuering
this correctly.

My template is made with TypoScript and the normal content is
inserted by:

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

In the manual it's said to insert the following:

temp.normalColumnWithoutIRRE = CONTENT

temp.normalColumnWithoutIRRE {

     table = tt_content

     select {

        where = colPos = 0 AND irre_parentid = 0

        orderBy = sorting

        languageField = sys_language_uid

     }

}

page.10.subparts.NORMAL_COLUMN < temp.normalColumnWithoutIRRE

But i do not know how to do this as it looks to me that this is for
a template with subparts.

Does some have an answer for this?

Kind regards

Kim Holberg Andersen


More information about the TYPO3-english mailing list