[TYPO3-english] Replace link title in related news with the	category title?
    Trine Buhl 
    mail at trinebuhl.dk
       
    Thu Jul  1 23:54:08 CEST 2010
    
    
  
Hi
Can I replace the link title in related news with the category title of 
the related news item?
I have tried this TS but it does not do the trick:
plugin.tt_news {
    getRelatedCObject = COA
    getRelatedCObject {
	# groupBy =
	orderBy = datetime desc
	10=CASE
	10.key.field=type
	# settings for 'normal' related news
	10.default=COA
	10.default {
		wrap = <dd> | </dd>
			
		10.source.data = register:newsCategoryUid
		10.tables = tt_news_cat
		10.conf.tt_news_cat = TEXT
		10.conf.tt_news_cat.field = title
			
		10.typolink.parameter = {$plugin.tt_news.singlePid}
		10.typolink.additionalParams.data=register:newsAddParams
		}
	}
}
So what do I do wrong?
Regards, Trine
    
    
More information about the TYPO3-english
mailing list