Zitat:
Zitat von DirkDirk temp.poll = RECORDS
temp.poll {
source = 11
tables = tt_content
}
hab das ins TS reingeschrieben
subparts.poll < temp.poll |
Sieht Dein TS etwa so aus?:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
| temp.poll = RECORDS temp.poll { source = 11 tables = tt_content } maintemplate = TEMPLATE maintemplate { template = FILE template.file = fileadmin/test.tmpl subparts.poll < temp.poll } |
Wird temp.poll an der richtigen stelle eingebunden, also bevor maintemplate verarbeitet wird?