[TYPO3] Problem using Template Auto-Parser Extension with Typo3, v. 4.0
Loek Hilgersom
hilgersom at xs4all.nl
Mon Oct 9 11:00:07 CEST 2006
Hi Wolfgang,
Your code will insert subpart markers for all <TD>-tags. You should change this to
DIV.all = 1
I think this should get you going again.
Also, the code below appears to be missing one closing bracket } in the end,
although that may be ignored, it's better not to risk it ;-)
Loek
Wolfgang Qual wrote:
> # Configuring the Auto-Parser for main template:
>
> plugin.tx_automaketemplate_pi1 {
> # Read the template file:
> content = FILE
> content.file = fileadmin/template/index.html
> # Here we define which elements in the HTML that
> # should be wrapped in subpart-comments:
> elements {
> BODY.all = 1
> BODY.all.subpartMarker = DOCUMENT_BODY
> HEAD.all = 1
> HEAD.all.subpartMarker = DOCUMENT_HEADER
> HEAD.rmTagSections = title
> TD.all = 1
> }
> # Prefix all relative paths with this value:
> relPathPrefix = fileadmin/template/
>
More information about the TYPO3-english
mailing list