hallo zusammen.
ich arbeite gerade an einem template, welches 3 menü ebenen haben soll.
ein gewöhnliches hauptmenü, dazu ein untermenü und nun mein problem, noch ein vor-, zurückmenü (also zum durchblättern). krieg das ganze leider nicht so wirklich hin. vll könnt ihr mir ja einwenig helfen.
außerdem habe ich noch das problem das wenn ich im seiteninhalt bilder einfüge sie im fe nicht mehr wieder finde. es wird lediglich ein:
<img src="" width="" height="" border="0" align="top" alt="" title="" />im quellcode erzeugt. mache da ich irgendetwas falsch, oder liegt es vll an der datenbank?
hier mal mein setup code...:
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: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74:
| seite = PAGE seite.typeNum = 0 seite.10 = TEMPLATE seite.10.template = FILE seite.10.template.file = fileadmin/templates/main.htm seite.10.marks.MAIN_MENU = HMENU seite.10.marks.MAIN_MENU { special = directory special.value = 1 1 = TMENU 1 { noBlur = 1 NO = 1 NO { ATagTitle.field = title ATagBeforeWrap = 1 allWrap = | <br><font size="-4"> <br></font> linkWrap = <font color="#ffffff"><span onmouseover="this.style.backgroundColor = '#E43388'" onmouseout="this.style.backgroundColor = '#A4B515'" onclick="this.style.backgroundColor='#E43388'" style="background-color:#A4B515;"> | </span></font> } ACT = < .NO ACT = 1 ACT{ ATagTitle.field = title allWrap = | <br><font size="-4"> <br></font> linkWrap = <font color="#ffffff"><span style="background-color:#E43388;"> | </span></font> ATagBeforeWrap = 1 } } } seite.10.marks { SUB_MENU = HMENU SUB_MENU { 1 = TMENU 1.NO { allWrap = | <br><font size="-4"> <br></font> linkWrap = <font color="#ffffff"><span onmouseover="this.style.backgroundColor = '#E43388'" onmouseout="this.style.backgroundColor = '#A4B515'" onclick="this.style.backgroundColor='#E43388'" style="background-color:#A4B515;"> | </span></font> ATagBeforeWrap = 1 } 1.ACT < .NO 1.ACT = 1 1.ACT { allWrap = | <br><font size="-4"> <br></font> linkWrap = <font color="#ffffff"><span style="background-color:#E43388;"> | </span></font> ATagBeforeWrap = 1 } } } seite.10.marks { HEADER_1 = TEXT HEADER_1.field = title HEADER_1.wrap = <font size="4" color="#A4B515"> | </font> CONTENT_1 = CONTENT CONTENT_1.table = tt_content CONTENT_1.select.orderBy = sorting CONTENT_1.select.where = colPos = 0 CONTENT_1.wrap = <font face="georgia" style="font-size:0.7em"> | </font> CONTENT_2 = CONTENT CONTENT_2.table = tt_content CONTENT_2.select.orderBy = sorting CONTENT_2.select.where = colPos = 2 CONTENT_2.wrap = <font face="georgia" style="font-size:0.7em"> | </font> } |
hoffe ihr könnt mir etwas weiterhelfen.