[TYPO3-english] How can I access content from child pages?

Ernesto Domato edomat at gmail.com
Wed Aug 24 17:39:53 CEST 2011


Hi all, I did a better implementation today to gather the content of
child pages.

temp.pageIds = HMENU
temp.pageIds.entryLevel = 2
temp.pageIds.1 = TMENU
temp.pageIds.1 {
  NO.stdWrap.field = uid
  NO.allWrap = |,
  NO.doNotLinkIt = 1
}
lib.right_container = CONTENT
lib.right_container.table = tt_content
lib.right_container.select {
  pidInList.cObject < temp.pageIds
}

Maybe this can help someone else too.

Thanks for all.
Ernesto


More information about the TYPO3-english mailing list