[TYPO3-german] rlmp_tmplselector: Wie spreche ich die Subparts im Subtemplate an?

Jochen Graf graf at uni-landau.de
Wed Aug 15 18:26:16 CEST 2007


Jung New Media schrieb:
> Hallo Julia,
>
> vielleicht hilft's dir weiter. So ist mein TS im +ext Template für Sub
>
> #Pfade für Templates im Templateselector
> plugin.tx_rlmptmplselector_pi1 {
> 	templateType = sub
> 	templatePathSub = fileadmin/templates/sub/
> 	defaultTemplateFileNameSub = 1-spaltig.html
> 	inheritSubTemplates = 1
> }
>
> temp.contentTemplate = TEMPLATE
> temp.contentTemplate{
> template = FILE
> template < plugin.tx_rlmptmplselector_pi1
>    marks{
> 	#start content
>           CONTENT = CONTENT
>           CONTENT{
>           	table = tt_content
>           	select.orderBy = sorting
>           	select.where = colPos = 0
>           	select.languageField = sys_language_uid
>           }
>
>           CONTENT_LINKS = CONTENT
>           CONTENT_LINKS{
>                  table = tt_content
> 		select.orderBy = sorting
>          	select.where = colPos = 1
>          	select.languageField = sys_language_uid
>           }
>
>           CONTENT_RECHTS = CONTENT
>           CONTENT_RECHTS{
> 		table = tt_content
> 		select.orderBy = sorting
> 		select.where = colPos = 2
> 		select.languageField = sys_language_uid
>           }
>           #end content
>    }
> }
>
> Gruß
> Balazs
> http://www.jung-newmedia.de
>
> julia Gärtner schrieb:
>   
>> Hallo alle zusammen,
>>
>> nach langem Testen habe ich endlich den Template Selector zum Laufen
>> bekommen. Ich kann jetzt zwischen den Vorlagen und Inhaltsvorlagen
>> (Subtemplates) auswählen - Funktioniert alles einwandfrei.
>>
>> Nur wie spreche ich die Subparts, die sich in den Inhaltsvorlagen
>> (Subtemplates) befinden an? ... das funktioniert leider gar nicht.
>>
>> Hier mal verkürzt mein TS:
>>
>> #Subtemplate (Inhaltsvorlage) einbinden - includen
>> CONTENTX = TEMPLATE
>> CONTENTX {
>>   template =< plugin.tx_automaketemplate_pi1
>>   template.content.templateType = sub
>> }
>>
>> #Im Subtemplate befindet sich der Subpart CONTENTSUB
>>  CONTENTSUB = TEXT
>>  CONTENTSUB {
>>    value = Das ist der Inhalt im Subtemplate
>>   }
>>
>> Den Code habe ich inklusive natürlich der Konfiguration der Extension
>> im Roottemplate. Wie gesagt das auswählen der INHALTSVORLAGE
>> funktioniert - jedoch kann ich die Marker / Subparts der
>> INHALTSVORLAGEN nicht ansprechen.
>>
>> Kann mir jemand helfen?
>>
>> Liebe Grüße
>> Julia
>>     
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>
>   
Hallo Julia,

ich würde mal auf die Seite www.yaml.de gehen, dort findest du einiges.

Kannst auch das Yaml Packet auf einem Testserver installieren, das ganze 
läuft mit dem  rlmp_tmplselector.

http://yaml.t3net.de/Haupttemplate.14.0.html


-- 
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration
Thomas-Nast-Str. 44
76829 Landau
mail: graf at uni-landau.de
fon: 06341-990-224



More information about the TYPO3-german mailing list