[TYPO3-english] tt_news problem; how to test if a list news is empty

Patrik paprikb at gmail.com
Mon Dec 29 09:26:08 CET 2008


News have more than one category. If news does not include category, display
all news.

TS:
plugin.tt_news {
  #one of category
  categorySelection = 44
  # show only selected categories
  categoryMode = 1
}

if  -> news empty                ??
plugin.tt_news  {
  # show all
  categoryMode = 3
}


More information about the TYPO3-english mailing list