[Typo3] How to setup "recently updated" item

Torsten Schrade schrade at lineara.de
Tue Jun 7 01:09:15 CEST 2005


 What I was looking for is a
> recently updated pages that would:
> 
> - Set the limit to max. of 5 items
> - Put the date when it was changed after it
> - put wrap it with <br> tags instead of <p> tags (might not be necessary)
> 
Hi Kimmo,

TSRef (!!) + Sitemap Type 5 (Updated) does this for you:

tt_content.menu.20.5 {

  special.limit = 5

  1.NO.allWrap = | <br>
  1.NO.after.cObject = TEXT
  1.NO.after.cObject.wrap = <span> | </span>
  1.NO.after.cObject.field = SYS_LASTCHANGED
  1.NO.after.cObject.strftime = %d-%m-%y

}

Works here... Cheers,
Torsten



More information about the TYPO3-english mailing list