[TYPO3-UG Dutch] Direct Mail verstuurt hele webpagina's
Roel Neumann
neumann at xs4all.nl
Mon May 31 17:19:16 CEST 2010
Op 31-05-10 16:50, Roel Neumann schreef:
> Hoi groep,
>
> Ik heb Direct_Mail min of meer aan de praat, maar de ontvanger ziet de
> hele webpagina in plaats van alleen de nieuwsbrief.
>
> Ik vermoed dat dat te maken heeft met Direct Mail Content Boundaries.
> Klopt dat? In de handleiding vond ik it:
>
> --snip
> The “Direct Mail Content Boundaries” static template is as follows:
> Setup
>
> // Configuring the insertion of dmailer boundaries
> includeLibs.tx_directmail_container =
> EXT:direct_mail/res/scripts/class.tx_directmail_container.php
> // In html content
> tt_content.stdWrap.postUserFunc =
> tx_directmail_container->insert_dMailer_boundaries
> // In old plaintext content static tenmplate
> lib.alt_plaintext.renderObj.userProc < tt_content.stdWrap.postUserFunc
> lib.alt_plaintext.renderObj.userProc.useParentCObj = 1
> // In new direct mail plain text plugin
> plugin.tx_directmail_pi1.userProc < tt_content.stdWrap.postUserFunc
> plugin.tx_directmail_pi1.userProc.useParentCObj = 1
> // Enable the insertion of content boundaries
> config.insertDmailerBoundaries = 1
> --snip
>
> Moet ik hier iets mee? Of is het iets anders?
>
> Hoe kan ik aangeven waar de nieuwsbrief begint en ophoudt?
> Ik kwam ergens nog iets tegen over de static templates van Direct Mail
> die niet in de goede volgorde zouden staan. Ik heb ze in deze volgorde:
>
> - Direct Mail Plain text (direct_mail)
> - Direct Mail News Plain text (direct_mail)
> - Direct Mail Content Boundaries (direct_mail)
>
> Met als gevolg dus een complete webpagina in de mail.
>
> Iemand een idee wat hier de oorzaak van is?
>
>
> Zeer verplicht,
> Roel Neumann
Ik heb nu Direct Mail Content Boundaries (direct_mail) als eerste
gezet. Zonder verschil.
More information about the TYPO3-UG-Dutch
mailing list