Moin,
also 1. Object Browser zeigt keine Fehler
2. Wie geschreiben kommt das content und texteingaben im frontend an
3. hab schon ewig rumprobiert
anbei mein TS:
(main Template
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38:
| config.doctype = xhtml_trans config.xhtml_cleaning = all config.index_enable = 1 config.index_externals = 1 config.language = de config.locale_all = de_DE@euro config.admPanel=1 config.disablePrefixComment = 1 page = PAGE page { typeNum = 0 bodyTagMargins = 0 bodyTag = <body style="background-image:url(http://ww.werk2-saalfeld.de/fileadmin/without-words.jpg); background-position: center top; background-attachment:fixed; background-repeat:no-repeat; background-color:#000000"> noLinkUnderline = 1 includeCSS { file1 = fileadmin/style.css } config.sys_language_uid = 1 } page.10 = TEMPLATE page.10 { template = FILE template.file = fileadmin/template/html/template.html workOnSubpart = DOCUMENT marks.CONTENT < templ.gfx_menu } |
und hier noch das gfx_menu Template:
(das hatte ich jetzt erstmal zum testen als textmenü genommen)
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
| templ.gfx_menu = HMENU templ.gfx_menu.special = directory templ.gfx_menu.special.value = 3 templ.gfx_menu { 1 = TMENU 1.NO = 1 1.NO.ATagParams = style="font-family: verdana; font-size:10pt; color:#000000;" 1.NO.ATagBeforeWrap = 1 1.NO.linkWrap = | | |*| | | |*| | 1.ACT < .1.NO 1.ACT.linkWrap = <span style="font-weight:bold"> | |</span> } |
Wir schön wenn ihr mir helfen könntet....