[TYPO3-english] tt_news category image URL

ma berlin mg at noted.de
Tue Jan 28 09:50:36 CET 2014


I need the url of the image from tt_news category to fill conf.tt_news.10.stdWrap.ifEmpty. Does anyone have an idea. My approach


lib.catimage = TEXT
lib.catimage {
  table = tt_news_cat
    select {
      pidInList = 2
      andWhere {
        data = GPVar:tx_ttnews|cat
        ....????


page.headerData {
  15 = RECORDS
  15 {
    source.data = GPvar:tx_ttnews|tt_news
    tables = tt_news
    conf.tt_news = COA
    conf.tt_news.10 = IMG_RESOURCE
    conf.tt_news.10.file {
      width = 403
      import = uploads/pics/
      import.field = image
      import.listNum = 0
    }
    conf.tt_news.10.stdWrap.ifEmpty < lib.catimage
    wrap = <link rel="image_src" href="{$BaseUrl}|" />
  }
}


More information about the TYPO3-english mailing list