Attention

This extension is no longer maintained. It uses the iframe-based form which has become increasingly problematic due to browser changes and restrictions on setting third-party cookies.

More information: Introducing improvements to the opt-out form feature.

Configuration

Target group: Developers, Integrators

Adjusting the template

The template is based on Fluid, so you can copy it into your site package extension and make the adjustment you need. Configure the path to the template file in the TypoScript setup, e.g.:

tt_content.matomo_optout.templateRootPaths {
   10 = EXT:your_sitepackage/Resources/Private/Templates/MatomoOptOut/
}

Note

Please keep in mind that the id attribute of the HTML elements are used by the JavaScript file, so they should not be changed.

Overriding the translations

You can override the shipped translations. Have a look into the section Custom translations of the official TYPO3 documentation.