Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten Ansicht
  #1  
Alt 22.03.06, 07:53
Forum Zuschauer
 
Registriert seit: 22.03.06
Beiträge: 5
Lächeln

Nur teil eines Templates ändern


Hi,

Ich habe ein Layout gestaltet und benötige jetzt etwas hilfe:
Das Layout des Inhaltsberreichs ändert sich bei verschiedenen Seiten komplett - mal wird z.B. ein Submenü angezeigt, mal brauche ich 3 nebeneinander liegende spalten, mal nur eine grosse.

Wie kann ich das realisieren, ohne für jede Seite ein neues Template mit dem kompletten Layout zu schreiben? Jede Seite soll also nur ein Template für den Inhaltsberreich bekommen, nicht für die ganze Seite.

mfg. smoove

Geändert von smoove (23.03.06 um 10:47 Uhr).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #2  
Alt 22.03.06, 09:43
Benutzerbild von mic_jan
TYPO3 Forum Team
Administrator
 
Registriert seit: 05.09.04
Ort: Köln
Beiträge: 1.418

Hi, da gibt es zwei Möglichkeiten, die dir Arbeit abnehmen:

1. Es gibt eine Extension, die dir mehrere Spalten macht:
http://typo3.org/documentation/docum...3cols/current/
(da brauchst du als Voraussetzung auch die für die zweispaltige)

2. Du benutzt den PageTemplateSelector:
http://typo3.org/documentation/docum...ector/current/

Die zweite Variante ist die schönere!!!

Lieben Gruss,

Michael
__________________
Aus gegebenem Anlass mal eine neue Signatur:
Kein Support per PN!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 22.03.06, 10:20
Forum Zuschauer
 
Registriert seit: 22.03.06
Beiträge: 5

Hallo Michael,

vielen dank für die schnelle Hilfe, die Variante mit dem TemplateSelector gefällt mir sehr gut, und war exact das was ich wollte.

mfg. smoove
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 22.03.06, 10:41
Benutzerbild von mic_jan
TYPO3 Forum Team
Administrator
 
Registriert seit: 05.09.04
Ort: Köln
Beiträge: 1.418

Und wenn du dann noch einen Schritt weitergehen willst, dann baust du das hier noch ein:
http://typo3.org/documentation/docum...lumns/current/

Dann werden auch nur die BE-Spalten angezeigt, die benötigt werden ;-)

Gruss

Michael
__________________
Aus gegebenem Anlass mal eine neue Signatur:
Kein Support per PN!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #5  
Alt 23.03.06, 09:40
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #6  
Alt 23.03.06, 12:38
Forum Zuschauer
 
Registriert seit: 22.03.06
Beiträge: 5

Tut mir echt leid wenn ich hier jetzt ein bisschen spamme, aber solange diese Problem nicht gelöst ist kann ich nix machen.

Bitte um Hilfe, ich hab mich jetzt insg. bestimmt 8 Stunden damit beschäftigt eine Lösung zu finden, ohne Erfolg.

mfg. smoove
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort


Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge anzufügen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

vB Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Trackbacks are An
Pingbacks are An
Refbacks are An


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Probleme beim Installieren eines Templates web334 TYPO3 4.x Installation und Updates 11 26.08.07 19:33
Erstellung eines Templates GTRDRiVER TYPO3-Jobs 0 10.08.07 10:49
Aktualisierung eines Templates r0bN TemplaVoila 1 05.07.07 13:05
Sehe nur einen Teil des Templates Baxter TYPO3 4.x Fragen und Probleme 2 26.06.07 19:03
Export eines Templates laser TYPO3 4.x Fragen und Probleme 3 12.05.06 17:54


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:45 Uhr.


Powered by vBulletin® Version 3.6.8 Patch Level 2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifikationen durch TMS