[TYPO3-english] Image from root page media field to all pages

Sergey Alexandrov serg at alexandrov.us
Sat May 7 20:43:42 CEST 2011


You's better use

file.import.data = levelmedia: -1,slide

this way you'll be able to override images on the pages you want, but it 
will take the top-est one by default.

On 5/6/2011 8:23 PM, ktt wrote:
> Hello,
>
> I try to fetch image from page media field.
>
>     25 = IMAGE
>     25 {
>           file.import = uploads/media/
>           file.import.field = media
>           file.import.listNum = 1
>        }
>
> How to pass the image from root page media field to each subpage? So each subpage could display the Image from root page media field?
> I tried to use
>
>        25 = IMAGE
>        25 {
>              file.import = uploads/media/
>              file.import.data = leveluid : 0
>              file.import.field = media
>              file.import.listNum = 1
>           }
>
> But it didn't work.
>
> Thank you in advance,
> Kast A.
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list