[TYPO3-ttnews] using news latest to display a full article , on a page

Manfred Hungerland mobil at csb86.ch
Wed Jan 13 17:25:39 CET 2010


Hi

on my Website i used news latest to display a full article
on a page.
Until i updated to tt_news 3.0 it was working fine.
Since then the News are not displayed right.
( Failure no News ID )

The TS i use is Setup:

plugin.tt_news.latestLimit = 1
plugin.tt_news.displayLatest {
      date_stdWrap.strftime= %m/%d/%Y
      time_stdWrap.strftime= %H:%M
//     subheader_stdWrap.crop = 10000 | ...
      subheader_stdWrap.ifEmpty.field = bodytext
      imageCount=100
      caption_stdWrap.if.directReturn >
      caption_stdWrap.wrap = <span class="csc-news-image-caption"> | </span>
      caption_stdWrap.trim=1
      caption_stdWrap.required=1
}

plugin.tt_news {
   templateFile = 
fileadmin/ext-templates/news/tt_news_latest_for_single_view.htm
   _CSS_DEFAULT_STYLE (
     .news-latest-item{
        background-color:#FFFFFF;
        color:#000000;
     }
  )

any Help on this?
Manfred



More information about the TYPO3-project-tt-news mailing list