[TYPO3-ttnews] Lastest view can't update

Oliver Rowlands oliver at liquidlight.co.uk
Sat Jun 2 18:15:51 CEST 2007


Hi Trine,

I think it's the 'listGroupBy' which is causing your problems.

Regards,

Oliver

Trine Buhl wrote:
> 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
> }
> 
> 
> 
> 


-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


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