[TYPO3] Random Content

Tomas Mrozek mail at cascaval.com
Fri Mar 7 16:14:09 CET 2008


Try something like this:

marks.THE_LISTS = CONTENT
marks.THE_LISTS {
   table = tt_content
   select {
     uidInList = [your list of content UIDs]
     max = 1
     orderBy = rand()
   }
}

Tomas Mrozek


More information about the TYPO3-english mailing list