Table of contents ▼▲
Configuration
Most activities within this wiki are optional, and can be configured using the following options...Changes can be made in a local custom.php file. This is an included piece of php code, and needs to adhere to php standards. For example:
<?php
$IncludeMax = 4;
?>
A custom.php can appear in any directory under /data/. The custom.php file is looked for at each level down the directory structure, and if found, the contents are applied. This allows for local settings at group level.
IncludeMax
Maximum number of includes (including nested). Used to prevent recursive loops, ie pagea includes page b, pageb includes page a, etc...- Type: Number
- Default: 5
DeleteKey
When a page is saved with this string it is deleted (moved to trash directory structure).- Type: String
- Default: "" (empty string)
- MsgLanguage
- MsgDir
- MsgFile
- DiffManagement['days']
- DiffManagement['count']
- BufferSize
- CustomFile
- ChangeLog
- SkinDefault
- CssName - probably dont need this anymore. This would be in the template anyway..
CamelCase
A common way to generate links in wiki systems.- Type: Boolean
- Default: FALSE
CompactList
Display definition lists as compact or not- Type: Boolean
- Default: TRUE
SectionEdit
Section editing allows small versions of the page to edited, rather than the whole page. This option determines if the facility is availbel or not.- Type: Boolean
- Default: TRUE
SectionEditMaxLevel
The maximum level of header that will generate a section break.- Type: Number (0 - 6)
- Default: 2