Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

Preferences

These define various default site preferences, including access keys and component sizes.

  
  # Access keys - hold Alt (Windows) or Control (Mac) and 
  # tap the indicated key on your keyboard to trigger the 
  # corresponding action.
  'ak_edit'          => 'e',     # edit page
  'ak_history'       => 'h',     # page history
  'ak_recentchanges' => 'c',     # Recent Changes
  'ak_save'          => 's',     # save page
  'ak_saveedit'      => 'u',     # save and keep editing
  'ak_preview'       => 'p',     # preview page
  'ak_em'            => 'i',     # emphasized text (italic)
  'ak_strong'        => 'b',     # strong text (bold)

  # Editing components
  'e_rows' => '20',              # rows in edit textarea
  'e_cols' => '70',              # columns in edit textarea
  'Site.EditForm' => 'Site.EditForm' # location of EditForm
  

If you'd like to customize these preferences, to create personal user (browser) preferences, make a copy of this page somewhere, preferably as Profiles.insert_your_name_here-Preferences, edit that page with your new preferred settings, and then select Set Preferences of this Page on the page containing your newly created settings. This sets a cookie on your browser which tells PmWiki where to find your personal preference settings.

To unset this cookie and revert to PmWiki's default preferences, select Revert to PmWiki Default Preferences.

See also Cookbook:UserConfigurations about how to customise the edit form for personal use.

Edit - History - Print - Recent Changes - Search
Page last modified on March 11, 2006, at 11:15 PM

Warning: mkdir(wiki.d): Permission denied in /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/pmwiki.php on line 435

PmWiki can't process your request

PmWiki needs to have a writable wiki.d/ directory before it can continue. You can create the directory manually by executing the following commands on your server:

    mkdir /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
    chmod 777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
Then, reload this page.

Or, for a slightly more secure installation, try executing
    chmod 2777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
on your server and following this link. Afterwards you can restore the permissions to their current setting by executing
    chmod 755 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
.

We are sorry for any inconvenience.