[TYPO3-english] including tt_content in templavoila template
    Philipp Gampe 
    phil at philippgampe.info
       
    Wed Sep  2 18:21:14 CEST 2009
    
    
  
what the hack are you trying to do?
do you want to have all content element from a single page displayed from  
another _or_
do you want to have one specific content element from a page?
/Phil
Am 02.09.2009, 16:55 Uhr, schrieb René van Densen <statusnil at gmail.com>:
> Got a little further... now, with the below configuration, the template  
> will
> take any tt_content from the specific page that uses the template, and  
> put
> that in place. That's not what I want, though (it results, for instance,  
> in
> Search boxes and FAQ's in place of a very simple central
> logo-copyright-address DIV).
> Can anyone please help me out ? Changing *anything* (such as RECORDS  
> instead
> of CONTENT) simply leaves the div blank again...
>
> lib.ondernav_afbeelding = CONTENT
> #lib.ondernav_afbeelding = RECORDS
> lib.ondernav_afbeelding {
>     conf.tt_content = TEXT
>     conf.tt_content {
>         parseFunc < lib.parseFunc_RTE
>     }
>     pidInList = 102
> #    source = 230 # content item UID
>     table = tt_content
> #    select {
> #        pidInList = 102 # source page PID
> #    }
> }
>
> Thanks,
> ... snip
    
    
More information about the TYPO3-english
mailing list