[TYPO3] How to get the pageid of the next page in the pagetree

Bernhard Kraft kraftb at kraftb.at
Sat Feb 18 23:50:45 CET 2006


Janno Schouwenburg wrote:
> Does someone know a way to get the pageid of the next page in the tree? Best 
> would be in typoscript but also a sql statement would help me. I am looking 
> for the next page in the tree nomather what level it's in.
> 
> Thanks,
> 
> Janno Schouwenburg 
> 
> 

lib.bla = HMENU
lib.bla.special = browse
lib.bla.special {
  items = next
}
lib.bla.1 = TMENU
lib.bla.1 {
# usual TMENU goes here
}

http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/11/

have a look at the .special property of HMENU


greets,
Bernhard



More information about the TYPO3-english mailing list