Loading...
 
Skip to main content

History: module cookiesettings

Source of version: 5 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Module Cookie Consent Settings


This module allows users to change their cookie consent preferences.

## Usage

This module requires [https://doc.tiki.org/Cookie-Consent|cookie_consent_feature]. This is how to use the **Cookie Consent Settings** module in a wiki page: 
{CODE()}
{module module="cookiesettings"}
{CODE}

## Parameters

{PLUGINMANAGER(module=cookiesettings) /}

## Example

In the example below we pass in a wiki page the module cookiesettings through the plugin module. 
If you encounter this alert: 
{img src="display2003" imalign="center" align="center"} 
just go ahead and activate the `cookie_consent_feature` feature in the admin panel

So, this code: 
{CODE()}
{module module="cookiesettings"}
{CODE}

Produces: 
{img src="display2005" link="display2005" imalign="center" align="center"}

And clicking on the icon triggers this cookie consent alert: 
{img src="display2006" imalign="center" align="center"}

## Related Pages

{include page="Module and Plugin Includes" start="startinclude1a" stop="stopinclude1a"}