Loading...
 
Skip to main content

History: PluginCookieConsent

Source of version: 4 (current)

Copy to clipboard
            ! Plugin Cookie Consent
Use this ((wiki plugin)), introduced in ((Tiki10)), to display content based on whether cookie consent has been granted by the user.
!! Parameters
{pluginmanager plugin="cookieconsent"}
!!Example
Settings > Control Panel > Log in > Cookie consent for analytics = checked
{CODE(theme="default")}{COOKIECONSENT(no_consent_message="To see this content you have to accept our cookie consent stuff [?cookie_consent|Click to modify your cookie consent]" no_consent_class="no_analytics")}If the user checked the analytics box, this will be displayed.{COOKIECONSENT}{CODE}

The following code will open the Cookie Consent again:
{CODE(theme="default")}[?cookie_consent|Click to modify your cookie consent]{CODE}