[Typo3-UG Frankfurt] Eigene und Vater ID ausgeben
    Olivier Dobberkau 
    olivier.dobberkau at dkd.de
       
    Tue Jan 31 16:57:11 CET 2006
    
    
  
typo3 at fragmichnicht.de schrieb:
> Zitat von Olivier Dobberkau <olivier.dobberkau at dkd.de>:
> Ich muss es also schaffen die vater id eines bestimmten Objekts in der
> Baumstruktur abfragen zu können (was ich kann) und einem menu Objekt als
> einstiegspunkt über geben können (was scheitert).
Browse Navigation mit EntryLevel oder Conditions?
http://typo3.org/documentation/document-library/doc_core_tsref/HMENU/
TypoScript (only "browse"-part, needs also TMENU/GMENU):
xxx = HMENU
xxx.special = browse
xxx.special {
   items = index|up|next|prev
   items.prevnextToSection = 1
   index.target = _blank
   index.fields.title = INDEX
   index.uid = 8
}
Olivier
    
    
More information about the Typo3-frankfurt
mailing list