[TYPO3-english] TS-Problem

Jan Bednarik info at bednarik.org
Wed Apr 29 08:39:15 CEST 2009


Hi,

> temp.subcontent.10 = CONTENT
> temp.subcontent.10 {
>     table = tt_content
>     select {
>         where = (tt_content.pid=70)
>         orderBy = sorting
>     }
>     stdWrap.override.cObject < styles.content.get
>     wrap = |
> }

override means that it's replaced completely by styles.content.get, 
which loads content from current page. Try this:

temp.subcontent.10 < styles.content.get
temp.subcontent.10.select.pidInList = 70

and should be it.

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list