[TYPO3-english] Custom page title from tt_news

Mike Minckler mike.minckler at brentwood.bc.ca
Mon Oct 31 19:58:39 CET 2011


Hello List,
   I have upgraded to typo3 4.6 and tt_news 3.1. One of the upgrades has 
caused my custom page title TS to stop working. I was using RECORDS to 
pull the title field from tt_news and add it to the page title. Any 
ideas as to why this is now broken?

Thanks,
Mike

temp.newsTitle = COA
temp.newsTitle {
  10 = RECORDS
  10 {
    source = {GPvar:tx_ttnews|tt_news}
    source.insertData = 1
    tables = tt_news
    conf.tt_news >
    conf.tt_news = TEXT
    conf.tt_news.field = title
    }
  }
  temp.newsTitle.wrap = <title>|</title>
  page.headerData.15 < temp.newsTitle



More information about the TYPO3-english mailing list