|
Cookbook /
UserConfigurationsSummary: How can users customise an edit form for their personal use, and customise other settings like access keys?
Version:
Prerequisites: PmWiki 2.0
Status:
Maintainer:
Categories: Editing
QuestionHow can users customise an edit form for their personal use, and customise other settings like access keys? AnswerSite.Preferences is a template which can be used to create a custom Preferences page, and a custom EditForm page can be specified on that page as well, with the following: Add to local/config.php: and add to As said in Site.Preferences, a user should copy this page under a
different name, make any customisations, and _select this link_, which
will place a cookie with the new page name for the Preferences.
For instance create a page for user 'Joe' called with Joe-EditForm being Joe's customised version. Any customisations of access keys can also be done for user Joe on page That's all. Individual users can have their personal Preference page with an entry pointing to their customised edit form. Pm has enabled this recipe on pmwiki.org. Notes and Comments
See AlsoContributors |