[TYPO3-templavoila] How to show Content of one page in right column of other pages?
Dmitry Dulepov
typo3 at accio.lv
Tue Aug 22 14:00:30 CEST 2006
Hi!
Heimo Ponnath wrote:
> In the TypoScript template of the root-page I inserted this code:
>
> ----------------------------------------------------------
> ...
> # Darstellung der Neuheiten auf der rechten Seite
> lib.neuheiten = CONTENT
> lib.neuheiten {
> table = tt_content
> select.orderBy = sorting
> select.where = colPos=1
> select.pidInList = 57
> }
> ...
> ---------------------------------------------------------
>
> I thought, everything should be fine now. But when I look at this
> page, there is nothing in the right field. There must be something I
> made wrong - but what?
You selected records, this was ok. But you did not show them -> there is
no renderObj in your TS. This is wrong.
See about CONTENT is TSRef:
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/9/
Btw, TV has its own mailing list.
--
Dmitry.
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-project-templavoila
mailing list