History: PluginPref
Preview of version: 6
Plugin Preference
Introduced in Tiki11
Use this wiki plugin to display content based on global preference settings.
Parameters
There are no pre-defined parameters. Any global preference (or multiple preferences) can be used as a parameter (as found in the Control Panel settings). If the value of the parameter (or multiple parameters) matches the actual preference setting for the site, then the content prior to the {ELSE}
tag will be shown, otherwise the part after.
Examples
Basic syntax
{PREF(preference_name="value" preference_name="value")}If all met, display this!{ELSE}Other content.{PREF}
Language preference
{PREF(language="fr")}Salut ! {ELSE}Hello!{PREF}