[TYPO3-english] How to get tt_news category title
    Michael Miousse 
    mmiousse at infoglobe.ca
       
    Mon Aug  3 19:05:36 CEST 2009
    
    
  
Le Mon, 03 Aug 2009 17:46:14 +0200, Pero Matic a écrit :
> Hi. Is it possible to get a news category title inside TS? I know it's
> possible to get category UID via register:newsCategoryUid but i need
> title? Thx.
Yes it is
with a records object
somting like this:
someting =  RECORDS
someting{
	source.data = register:newsCategoryUid
	tabel = tt_news_cat
	conf.tt_news_cat = TEXT
	conf.tt_news_cat.field = title
}
    
    
More information about the TYPO3-english
mailing list