[Typo3-dev] Get content from child pages

Vyacheslav V. Anisimov vyacheslav at anisimov.org
Mon Mar 22 11:22:10 CET 2004


Hello.

   I need to get some content from child pages.
   But without knowing direct links to their.

   Problem is to generate data for "pidInList" select
   property.

   I solve problem with:

== TS

temp.pageIds = HMENU
temp.pageIds {
   entryLevel = 3
}

temp.pageIds.1 = TMENU
temp.pageIds.1 {
   noBlur = 1
   NO.allWrap = {elementUid}, |
   NO.doNotShowLink = 1
   NO.subst_elementUid = 1
}

...

temp.content.pidInList.cObject < temp.pageIds

== TS


   But this not is right way. Can someone recommend how to
   solve this problem more clearly?

--
Vyacheslav.




More information about the TYPO3-dev mailing list