[Typo3] Getting the title ofa page

michael karatepla at yahoo.fr
Wed Apr 20 09:18:04 CEST 2005


Hi,
here is the very working simple script I use to get the title of the 
current page

.................................
page.10 = TEXT
page.10.field = title
................................
(work fine)

But now I want to change this script to get all the time the title of 
the page wich has id = 32

.................................
page.10 = TEXT
page.10.page_id = 32
page.10.field = title
...............................
(doesn't work I keep on getting the current title of the page)

.................................
page.10 = TEXT
page.10.field.page_id = 32  ( or page.10.uid =32 or  page.10.field.uid = 
32 or page.10.field:uid =32 )
page.10.field = title
...............................
(all those attempts doesn't work either)
 
page_id is given in the documenation TSREF but I probably misunderstood 
the use of it.
Any hint on this question would really help me.

Thank you.
Michael




More information about the TYPO3-english mailing list