[TYPO3-german] tt_news Kategorie mit TypoScript ausgegen
Ralf-Rene Schröder
ralf.rene at online.de
Fri Jul 26 02:57:43 CEST 2013
Am 25.07.2013 19:16, schrieb Patric Eckhart:
> Ich dachte schon ein REGISTER aber
> There is no entry in the $TCA array for the table "tt_news_cat_mm". This
> means that the function enableFields() is called with an invalid table
> name as argument.
dann geh doch den normalen Weg mit join schon im Haupt CONTENT
THUMBGALLERY.10 = CONTENT
THUMBGALLERY.10 {
table = tt_news
select {
join = tt_news_cat_mm ON (tt_news_cat_mm.uid_local = tt_news.uid)
groupBy = uid
pidInList = 16
orderBy = rand()
max = 57
}
renderObj = COA
renderObj {
...
hier hast du dann folgendes zur Verfügung:
99 = TEXT
99.field = uid_foreign
99.wrap = catID-|
...
}
}
--
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
More information about the TYPO3-german
mailing list