PmWiki /
Site Preferences
A different page than Site.Preferences can be choosen by making a copy of that page under a new name, customising it, and setting a cookie which will point to this page for the browser being used, through ?setprefs=SomeGroup.CustomPreferences SomeGroup.CustomPreferences being the name of the new customised preference page. About Access KeysNotes and CommentsNote that in order to enable parsing of Site.Preferences, a line like the following needs to be added to local/config.php: XLPage('prefs', "Site.Preferences"); |