[TYPO3-german] Ausgehend von einer bestimmten Seite alle PIDs bis zur Rootpage ermitteln

Andreas Burg typo3 at andreasburg.de
Mon Aug 25 22:02:01 CEST 2008


Hallo Johannes,
> --------------------------------------------Beginn Code 
> temp.rootline = COA
> temp.rootline {
>  1 = RECORDS
>  1 {
>   tables = pages
>   source.data = GPvar:bpid
>   conf.pages = TEXT
>   conf.pages.field = pid
>  }
>  2 = RECORDS
>  2 {
>   tables = pages
>   source = temp.rootline.1
>   conf.pages = TEXT
>   conf.pages.field = pid
>  }
> }
> --------------------------------------------Ende Code 

evtl. so:
source < .1.conf.pages.field

ohne Gewähr

Andreas


More information about the TYPO3-german mailing list