History: module cookiesettings
Source of version: 3
Copy to clipboard
! 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 on this site: {module module="cookiesettings"} And clicking on the icon triggers this cookie consent alert: {img src="display2004" imalign="center" align="center"} !! Related Pages {include page="Module and Plugin Includes" start="startinclude1a" stop="stopinclude1a"}