Bug #23300
closedModer template building - Template subparts problem
0%
Description
Hello everyone
I am new in typo3, I am blocked in template building, the subparts of my html template don't are replaced by dynamic contents or simple strings..
In my html layout I have a div with id="contents" but nothing is replaced with text "Prova" for example..
What 's wrong??
Thanks
plugin.tx_automaketemplate_pi1 {
content = FILE
content.file = fileadmin/template/layout.htm
elements {
BODY.all = 1
BODY.all.subpartMarker = DOCUMENT_BODY
HEAD.all = 1
HEAD.all.subpartMarker = DOCUMENT_HEADER
HEAD.rmTagSections = title
}
relPathPrefix = fileadmin/template/
}
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
template =< plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_BODY
subparts.contents = TEXT
subparts.contents.value = Prova
}
temp.headTemplate = TEMPLATE
temp.headTemplate {
template =< plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_HEADER
}
page = PAGE
page.typeNum = 0
page.10 < temp.mainTemplate
page.headerData.10 < temp.headTemplate
(issue imported from #M15284)
Updated by Chris topher over 14 years ago
Hi Fabio,
thanks for your interest in TYPO3!
However, this is a bugtracker. Here errors in TYPO3 are reported. But what you have is a configuration issue.
Please use the mailing lists at http://lists.typo3.org for that kind of question!
Thank you!