[TYPO3] How to traverse/navigate through the page tree?

Sylvia Boback boback at web.de
Fri May 23 15:08:48 CEST 2008


An adequate solution for my needs:

lib.pagebrowser = HMENU
lib.pagebrowser {
    special = directory
    maxItems = 1
    1 = TMENU
    1.NO = 1
    1.NO.stdWrap.override = weiter
    stdWrap.ifEmpty.cObject = HMENU
    stdWrap.ifEmpty.cObject {
        special = browse
        special.value = {field:uid}
        special.items = next
        special.next.fields.title = weiter
        1 = TMENU
        1.NO = 1
    }
}


Kind regards,
  Sylvia Boback




More information about the TYPO3-english mailing list