Einzelnen Beitrag anzeigen
  #5  
Alt 23.03.06, 10:40
smoove smoove ist offline
Forum Zuschauer
 
Registriert seit: 22.03.06
Beiträge: 5

Hallo nochmal,

Ich habs jetzt echt nen ganzen Tag versucht das zu laufen zu kriegen, bin das Tutorial Schritt für Schritt durchgegangen, hab alles mögliche versucht, aber ich krieg es einfach nicht zum laufen.

hier mal der TS Code den ich dem Template mitgebe (habs mal alles in ein Templatefile kopiert, der übersicht halber:sad:

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:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
plugin.tx_tmplselect_pi1 {



templateType = main



defaultTemplateFileName =

}

plugin.tx_automaketemplate_pi1 {

content < plugin.tx_tmplselect_pi1

content.defaultTemplateFileName = template_1.html



elements {

BODY.all = 1

BODY.all.subpartMarker = DOCUMENT_BODY



HEAD.all = 1

HEAD.all.subpartMarker = DOCUMENT_HEADER

HEAD.rmTagSections = title



TD.all = 1

TR.all = 1

}



relPathPrefix = fileadmin/template/main/

}

# ------------------------

# Menu 1 cObject - vertical 2-level menu

# ------------------------



temp.menu_1 = HMENU



   # First level menu-object, textual

temp.menu_1.1 = TMENU

temp.menu_1.1 {

     # Normal state properties

NO.allWrap = <div class="menu1-level1-no"> | </div>



     # Enable active state and set properties:

ACT = 1

ACT.allWrap = <div class="menu1-level1-act"> | </div>

}



   # Second level menu-object, textual

temp.menu_1.2 = TMENU

temp.menu_1.2 {

     # Normal state properties

NO.allWrap = <div class="menu1-level2-no"> | </div>



     # Enable active state and set properties:

ACT = 1

ACT.allWrap = <div class="menu1-level2-act"> | </div>

}



# ------------------------

# Menu 2 cObject - horizontal, one-level menu

# ------------------------

temp.menu_2 = HMENU

   # Setting the entryLevel to be subpages to CURRENT page:

temp.menu_2.entryLevel = -1



   # First level menu-object, textual

temp.menu_2.1 = TMENU

temp.menu_2.1 {

     # Normal state wrapping with alternating wrap-values (see "optionSplit")

NO.allWrap =  |*|   <td>|</td>  ||  <td class="oddcell">|</td>   |*|



     # Enable active state and set properties:

ACT = 1

ACT.allWrap = <td class="menu2-level1-act"> | </td>

}

# ------------------------

# Path menu cObject

# ------------------------



temp.path = HMENU

   # Setting the special property to "rootline" - this will produce a "Path-menu"

temp.path.special = rootline

  # First level menu-object, textual

temp.path.1 = TMENU

  # Wrapping value for the whole menu:

temp.path.1.wrap = Path: &nbsp; |

temp.path.1 {

     # Normal state properties appending " > " to all elements but the last one.

     # (See "optionSplit")

NO.allWrap =   |&nbsp;&gt;&nbsp; |*||*|   |

}

# Main TEMPLATE cObject for the BODY

temp.mainTemplate = TEMPLATE

temp.mainTemplate {

     # Feeding the content from the Auto-parser to the TEMPLATE cObject:

template =< plugin.tx_automaketemplate_pi1

     # Select only the content between the <body>-tags

workOnSubpart = DOCUMENT_BODY



     # Substitute the ###menu_1### subpart with dynamic menu:

subparts.menu_1 < temp.menu_1



     # Substitute the ###menu_2### subpart with dynamic menu:

subparts.menu_2 < temp.menu_2



     # Substitute the ###path### subpart with dynamic path menu:

subparts.path < temp.path



     # Substitute the ###content### subpart with some example content:

subparts.content < styles.content.get

}

# Main TEMPLATE cObject for the HEAD

temp.headTemplate = TEMPLATE

temp.headTemplate {

     # Feeding the content from the Auto-parser to the TEMPLATE cObject:

template =< plugin.tx_automaketemplate_pi1

     # Select only the content between the <head>-tags

workOnSubpart = DOCUMENT_HEADER

}


# Default PAGE object:

page = PAGE

page.typeNum = 0


# Copying the content from TEMPLATE for <body>-section:

page.10 < temp.mainTemplate


# Copying the content from TEMPLATE for <head>-section:

page.headerData.10  < temp.headTemplate

wenn ich die Seite aufrufe steht absolut garnichts im BODY-Berreich der Seite.

Im Typoscript ObjectBrowser steht oben folgende Warnung mit der ich nichts anfangen kann:
Code:
1:    Line 2987: Object copied in this line "content < plugin.tx_tmplselect_pi1" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you
Ich wäre sehr erfreut wenn mir jemand bei meinem Problem helfen könnte, ich bin echt am verzweifeln.

mfg. smoove
Mit Zitat antworten