[TYPO3] Duplicate content items

Konstantin Salakhoutdinov salah_k at mail.ru
Mon Nov 6 10:02:06 CET 2006


Why aren't you using TemplaVoila?

-----Original Message-----
From: "Tim Boesenkool" <boesenkool at gmail.com>
To: "TYPO3 English" <typo3-english at lists.netfielders.de>
Date: Mon, 6 Nov 2006 00:45:13 -0800
Subject: [TYPO3] Duplicate content items

> 
> Hello List
> 
> I have a problem with duplicate content items in the border, left and
> right columns. Normal column seems fine. Another weird symptom is
> after the edit panel of the second item there appears the text
> 'end-->'.
> 
> I suspect there is an open tag somewhere that is causing this, however
> I can't find end--> in my setup or in my template.
> 
> I have included my template setup and html in case this helps.
> Thanks
> 
> Tim
> 
> 
> my template setup section is:
> 
> temp.headTemplate = TEMPLATE
> temp.headTemplate {
>   template =< plugin.tx_automaketemplate_pi1
>   workOnSubpart = DOCUMENT_HEADER
> }
> 
> temp.contentAreaTemplate = TEMPLATE
> temp.contentAreaTemplate {
> 
>    template =< plugin.tx_automaketemplate_pi1
> 
>       // Modify the template selector config: This is a sub template!
>    template.content.templateType = sub
> 
>    workOnSubpart = DOCUMENT_BODY
>    subparts.content < styles.content.get
>    subparts.contentcenter < styles.content.get
>    # subparts.leftnav  < temp.leftnav
>    # subparts.rightnav < styles.content.getRight
>    subparts.left_content < styles.content.getLeft
>    subparts.normal_content < styles.content.get
>    subparts.right_content < styles.content.getRight
>    subparts.border_content < styles.content.getBorder
> 
> 
> }
> 
> temp.mainTemplate  = TEMPLATE
> temp.mainTemplate {
> 
>   template =< plugin.tx_automaketemplate_pi1
> 
>       // Modify the template selector config: This is a sub template!
>    template.content.templateType = main
> 
>   workOnSubpart = DOCUMENT_BODY
>   subparts.content-normal < temp.contentAreaTemplate
>   subparts.content < temp.contentAreaTemplate
>   subparts.contentbginside < temp.contentAreaTemplate
> 
>    subparts.titleline < temp.titleline
>    subparts.logo < temp.logo
>    subparts.tagline < temp.tagline
>    # subparts.rightnav < styles.content.getRight
>    subparts.footer  < temp.footer
>    subparts.logo < temp.image_area
>    subparts.menu < temp.menu
>    subparts.keywords < temp.keywords
> 
> }
> 
> 
> My html template is:
> 
> ....
>       <td><div class="border_content"> ###border_content### </div></td>
>       <td><div class="left_content"> ###left_content### </div></td>
>       <td><div class="content"> ###normal_content### </div></td>
>       <td><div class="right_content"> ###right_content### </div></td>
> 
> ....
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english




More information about the TYPO3-english mailing list