Moin,
ich habe auf meiner Seite rechts einige News durch ein Records geladen. Doch leider kann die Inhalte nicht sortieren. Könnt Ihr mir helfen?
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21:
| page = PAGE page.typeNum = 0 page.stylesheet = fileadmin/fp_skin/main.css page.10 = TEMPLATE page.10 { template = FILE template.file = fileadmin/fp_skin/partner.html workOnSubpart = DOCUMENT_BODY subparts.CONTENT < styles.content.get marks.RIGHT = RECORDS marks.RIGHT { tables = tt_content source = 30, 31, 32, 33 dontCheckPid = 1 select { pidInList = this orderBy = sorting } } } - ERROR: Line 20: The script is short of 1 end brace(s) |
Oder geht das nur mit der tt_News?