Config cookieman
Out-of-the-box ext:
has integrated a content blocker for Youtube
in the Fluid-template for the detail view of the locations and thus offers a
2-click solution for the display of Youtube movies within the
Clubmanager list and detail views.
EXT:clubmanager/Resources/Private/Partials/Youtube.html
Important
If you want to make use of functionality for data protection of
youtube and/or google maps integration with a cookie consent manager
ext:
has preconfigured Typoscript for
ext:cookieman.
Important steps
Cookieman: Include static TypoScript template
- Install ext:cookieman
- Go to module Web > Template and chose your root page. It should already contain a TypoScript template record.
- Switch to view Info/Modify and click on Edit the whole template record.
- Switch to tab Includes and add the following templates from the list to the right: Clubmanager Cookieman (clubmanager).

Include at least Clubmanager Cookieman (clubmanager) typoscript
You do not need to integrate any cookieman static typoscript templates. All of this is done with Clubmanager Cookieman (clubmanager) Typoscript.
Cookieman TypoScript
Setup
Have a look at the ext:
TypoScript Setup and change wording etc. in your
own sitepackage to your needs.
EXT:clubmanager/Configuration/TypoScript/Cookieman/setup.typoscript
Important
Do not change, the following TypoScript on your own, because it activates the
Content-Blocker-Mode in EXT:
plugin.tx_clubmanager.settings.contentBlockerMode = cookieman
The plugin.
are set for all EXT:
requirements.
Better you do not change this but add the settings according to your specific needs
in your own Sitepackage.
Constants
Have a look at the ext:
TypoScript constants and change wording etc. in your
own sitepackage to your needs.
EXT:clubmanager/Configuration/TypoScript/Cookieman/constants.typoscript
Tip
You can use the following constants code-block in your sitepackage. Simply change the page pid's for your privacy policy and your legal disclosure and you are ready to go.
plugin.tx_cookieman {
settings {
links {
dataProtectionDeclarationPid = ###YOUR-DATA-PROTECTION-PID###
imprintPid = ###YOUR-IMPRINT-PID###
}
}
}