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

Jung New Media bp at jung-newmedia.de
Wed Aug 15 17:15:27 CEST 2007


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


More information about the TYPO3-german mailing list