[TYPO3-english] typoscript image from parent page

Rimbu Mircea rmircea at birotec.ro
Thu Oct 4 13:52:11 CEST 2012


Hello

The requirement was changed to get the image from parent (Page 
information) tab page/resources/media
and propagate this image down on all child pages in topbox element.
this topbox is in Content Normal column and TV is not used.
Is this posible with typoscript ?

Thank you


On 10/4/2012 11:54 AM, bernd wilke wrote:
> Am 03.10.2012 12:37, schrieb Rimbu Mircea:
>> Hello,
>>
>> I have a record of type text & image  with header name topbox,
>> on every page. Is posible to copy the image from the parent page ( same
>> topbox ) ?
>> I want to edit image only in parent pages ( like category )
>> and all pages under this level must have this image in topbox.
>
> as long as you do not use TV and your CE (ContentElement) has its own 
> column (as you can only slide whole columns) it is very easy:
>
>
> page {
>   10 = COA
>   10 {
>     wrap = <div class="header">|</div>
>     10 < styles.content.getRight
>     10.slide = -1
>
>     20 = HMENU
>     20 {
>       :
>     }
>   }
>
> or with your own column 17 (see BE-Layout, where you can define many 
> more columns)
>
> 10 < styles.content.get
> 10.select.where = colPos=17
> 10.slide = -1
>
> bernd


-- 
S.C. Birotec S.R.L.
Mircea Rimbu



More information about the TYPO3-english mailing list