[TYPO3-english] tt_news and genericmarkers
    Oliver Rowlands 
    oliver at liquidlight.co.uk
       
    Sun Jul 11 12:57:19 CEST 2010
    
    
  
Hi Pero,
You could try to use the view specific generic markers:
plugin.tt_news.genericmarkers {
   LIST {
     data = crdate
     day = TEXT
     day {
       field = crdate
       date = j
     }
     month {
       field = crdate
       date = M
     }
   }
}
HTH,
Oliver
Pero Matic wrote:
> Hi. I red manual for genericmarkers ext. - advanced examples but this 
> doesn't work for me:
> 
> plugin.tt_news.genericmarkers {
>  data = crdate
>  day = TEXT
>  day {
>    field = crdate
>    date = j
>  }
> }
> 
> plugin.tt_news.genericmarkers {
>  data = crdate
>  month = TEXT
>  month {
>    field = crdate
>    date = M
>  }
> }
> 
> it allways displays date for the first news record. How to make it display 
> records for all tt_news records? Thx! Regards. 
> 
> 
-- 
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-english
mailing list