[TYPO3-german] Neueste Datensätze auf Startseite anzeigen lassen

Widmann, Manfred Dipl.-Ing. webmaster at radclubwels.at
Sat May 27 22:33:17 CEST 2006


Oder:
################ MenueFresh cObject (see Conditions at end)
temp.menueFresh = COA

#### First the New!-Entry
temp.menueFresh.10 = HMENU
temp.menueFresh.10 {
  # Define root of this menue
  special = list
  special.value = 88
  #entryLevel = 0
}
.
.
.
[PIDinRootline = 88]
################ menueFresh: only when New! page is selected
#### First the New!-Entry: unchanged
#### And then the changed pages formatted as level 2 entries
page.10.subparts.menueFresh.20 = HMENU
page.10.subparts.menueFresh.20 {
  # Define root of this menue
  special = updated
  special.value = 1
  special.value.mode = tstamp
  special.value.maxAge = 3600*24*3
  special.limit = 8
}

# First level menu-object, textual
page.10.subparts.menueFresh.20.1 = TMENU
page.10.subparts.menueFresh.20.1 {
  # Normal state properties
  NO.allWrap = <div class="menue2"> | </div>
  NO.stdWrap.htmlSpecialChars = 1

  # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <div class="menue2Act"> | </div>
  ACT.stdWrap.htmlSpecialChars = 1
}
[global] 





More information about the TYPO3-german mailing list