This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| joomla:j39help [2018/11/13 17:38] – [Help Server] Bernard Condrau | joomla:j39help [2026/09/19 15:43] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Help Server 3rd party Wiki ====== | ||
| - | The help server is built with DokuWiki. At the moment, all admin help views are served from this server. At a later date, I plan to migrate all site help views to the help server as well. | ||
| - | |||
| - | ===== Installation ===== | ||
| - | - [[https:// | ||
| - | - Install the [[https:// | ||
| - | - Install [[https:// | ||
| - | - Install [[https:// | ||
| - | |||
| - | ==== Settings ==== | ||
| - | * Set " | ||
| - | * Add " | ||
| - | * Create the language namespaces (e.g. en, fr, de, ko, th) and set permissions to //Read only// for @ALL in //Access Control List Management// | ||
| - | * Set "Use first heading for pagenames" | ||
| - | |||
| - | ==== Customization ==== | ||
| - | There are a few core hacks required to make this work as a help server, but they are simple and thus easy to maintain, even after an update of DokuWiki or any of the extensions. | ||
| - | * Remove header and footer from the Bootie template by comenting the following lines in / | ||
| - | // include(' | ||
| - | * Make sure your admin users always get the default template, through which they can modify pages, and all other users always get the bootie template. This requires to comment out line #160 (function _getTplPerUser) and to add an additional line at line #184 (function _getTplPerNamespace) in file / | ||
| - | if ($_SERVER[' | ||
| - | * Create the language fallback to English for non-existent translation pages by adding the following lines to /doku.php at line #40, just below '$ID = getID();' | ||
| - | $view = explode(':', | ||
| - | if (in_array($view[0], | ||
| - | $ID = ' | ||
| - | $INPUT-> | ||
| - | } | ||
| - | }</ | ||
| - | |||
| - | ===== Joomla Access ===== | ||
| - | * Set the Help URL in the component configuration of com_bethico to< | ||
| - | * Add a help button to view ' | ||
| - | * With English as the active language it will invoke< | ||