History: PluginShowPref
Source of version: 9 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Plugin Show Preference *Introduced in ((Tiki13))* Use this ((wiki plugin)) to show the value of public whitelisted global preferences. This plugin will show only the "public" preferences. {maketoc} ## Parameters {pluginmanager plugin="showpref"} ## Examples *This code:* {CODE(colors="tiki")} {showpref pref="sitetitle"} {CODE} *Would produce on this site:* {showpref pref="sitetitle"} ## Related pages - [http://doc.tiki.org/PluginSmarty#Preferences_-_metatag_keywords|Plugin Smarty - preferences] - preferences can be shown with PluginSmarty as well - [https://dev.tiki.org/Creating+New+Preferences#public|Creating New Public Preferences] - ((pr:Preference Management))