News Details

20.02.2010 23:48

[typoscript] Latest comments

Kategorie: typoscript, RSS Feeds, TYPO3 snippets
Von: Ben van 't Ende

This snippet by Dmitry Dulepov (tHNx) shows a list of latest comments anywhere on your site.

  1. lib.latestComments = <span style="color: #000000; font-weight: bold;">CONTENT
  2. lib.latestComments {
  3. select {
  4. pidInList = 7
  5. max = 5
  6. recursive = 5
  7. orderBy = crdate DESC
  8. }
  9. table = tx_comments_comments
  10. renderObj = <span style="color: #000000; font-weight: bold;">COA
  11. renderObj {
  12. 10 = <span style="color: #000000; font-weight: bold;">TEXT
  13. 10.field = crdate
  14. 10.date = Y/m/d H:i
  15. 10.noTrimWrap = |<h4>Date: ||
  16.  
  17. 20 = <span style="color: #000000; font-weight: bold;">TEXT
  18. 20.dataWrap = &nbsp;- From: {field:firstname} {field:lastname}</h4> {field:content}<br /><br />
  19. }
  20. }


Kommentare zu dieser News

Typo3