[TYPO3-ttnews] Lastest view can't update

Trine Buhl trine.buhl at mail.dk
Fri May 25 14:22:49 CEST 2007


Hi,

The "latest" view i tt_news does not show new news items, only the first 
news item in all category's are displayed. In the "list" view, they are 
displayed correctly.

I'm using a wrap of categorys in order to style each category with css.

I have cleared cache multiple times, but nothing happends.

The site is running v. 4.1

Any ideas where to look for a solution/conflicting extensions?

Regards, Trine


TS:
## tt news 2.5 ##

plugin.tt_news {
     displayList.date_stdWrap.strftime= %d-%m-%Y
     displayList.time_stdWrap.strftime= %d-%m-%Y %H:%M
     displaySingle.date_stdWrap.strftime= %d-%m-%Y
     displaySingle.age_stdWrap.age = Minutter | Timer | Dage | År
}

plugin.tt_news._CSS_DEFAULT_STYLE >

lib.newsLatest < plugin.tt_news
lib.newsLatest {
  code >
  code = LATEST
  catImageMode = 0
  catTextMode = 1
  listOrderBy = title asc
  listGroupBy = category
  displayLatest {
 categoryTitles_stdWrap.wrap = <div
class="news-latest-category-title-{register:newsCategoryUid}">|</div>
 categoryTitles_stdWrap.insertData=1

 title_stdWrap.wrap = <div
class="news-latest-title-{register:newsCategoryUid}">|</div>
 title_stdWrap.insertData=1
  }
}

plugin.tt_news.displayList {
 title_stdWrap.wrap = <div
class="news-list-title-{register:newsCategoryUid}">|</div>
 title_stdWrap.insertData=1
}






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