[TYPO3] Finding content in the rootline
Dmitry Dulepov [typo3]
dmitry at typo3.org
Wed Jul 16 16:27:50 CEST 2008
Hi!
Robert Binneman wrote:
> Thanks Dmitry, that is exactly what I wanted, and I get a simple example
> to work just fine. But the one I need to work does not. Perhaps you can
> point out why this does not work?
>
> It works on the page with the content, but not on pages below it.
>
> ####
> temp.banner = COA
> temp.banner.5 = LOAD_REGISTER
> temp.banner.5.maxImageWidthInText = 890
> temp.banner.5.maxImageWidth = 890
> temp.banner.10 = CONTENT
> temp.banner.10 {
> table = tt_content
> select {
> pidInList = this
> orderBy = sorting
> where = colPos = 3
> begin = 0
> max = 1
> slide = -1
"select" does not have "slide" property. See here:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/5/
"slide" is for CONTENT.
--
Dmitry Dulepov
TYPO3 Core team
More about TYPO3: http://typo3bloke.net/
Subscribe: http://typo3bloke.net/rss.xml
Latest article: http://typo3bloke.net/post-details/how_to_fill_realurl_cache/
More information about the TYPO3-english
mailing list