[TYPO3-ttnews] tt_news_cat
Antonio Willybiro
keiser_soze at hotmail.com
Sat Jul 19 17:48:34 CEST 2008
Hi there,
how can i get by TS the News Category title of the news currently displayed
(news detailed page)
I tried:
temp.newscatuid = RECORDS
temp.newscatuid {
source.data = GPvar:tx_ttnews|tt_news
tables = tt_news
conf.tt_news = TEXT
conf.tt_news.field = category
}
temp.newscattitle = RECORDS
temp.newscattitle {
source.cObject < temp.newscatuid
tables = tt_news_cat
conf.tt_news_cat = TEXT
conf.tt_news_cat.field = title
}
lib.test < temp.newscattitle
But this does not work.
Any hint?
Antonio
More information about the TYPO3-project-tt-news
mailing list