[TYPO3-german] Re: powermail, tx_news und realurl

Matthias Haack email at matthaa.de
Mon Feb 27 18:16:54 CET 2017


noch was besseres gefunden:
'formular' => array(
    array(
        'GETvar' => 'tx_powermail_pi1[controller]',
        'noMatch' => 'bypass'
    ),
    array(
        'GETvar' => 'tx_powermail_pi1[action]',
        'valueMap' => array(
            'controller' => 'form',
            'form' => 'form',
            'absenden' => 'create',
            'error' => 'error'
        ),
        'noMatch' => 'bypass'
    ),
),
in die realurl_conf.php unter „postVarSets"
Das verhindert dann, dass der CHash in der action des powermail Formulars ausgegeben wird und alles ist gut. Kein Eintrag über das Installtool erforderlich.
http://www.typo3-probleme.de/2016/05/24/typo3-tx_news-und-powermail-realurl-1833/


More information about the TYPO3-german mailing list