[TYPO3] Finding content in the rootline

Robert Binneman robert at oceanbird.org
Wed Jul 16 16:08:25 CEST 2008


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
  }
}
temp.banner.15 = RESTORE_REGISTER
####

Regards,

Robert

Dmitry Dulepov [typo3] wrote:
> Hi!
>
> Robert Binneman wrote:
>   
>> I want to put content in the border element on the root page of a site 
>> and have pages below inheret this content, unless there is content in 
>> the border on that  page.
>>
>> Is this possible to do in typoscript? Any help or pointers appreciated.
>>     
>
> It is called sliding. Look here:
> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/9/
>
>   



More information about the TYPO3-english mailing list