Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
$smwgEnabledEditPageHelp
Configuration parameter details: | |||
Name | $smwgEnabledEditPageHelp | ||
Description | Sets whether helpful information is displayed when editing a page | ||
Default setting | true | ||
(Other) available settings |
|
||
Software | Semantic MediaWiki | ||
Since version | |||
Until version | still available | ||
Configuration | Installation | ||
Keyword | help · user interface |
__NOBREADCRUMBLINKS__
$smwgEnabledEditPageHelp
is a configuration parameter that enables to display helpful information when editing a page. The help is targeted to support users who are yet unfamiliar with Semantic MediaWiki. This setting was introduced in Semantic MediaWiki 2.1.0Released on an unknown date unknown versions of MediaWiki.1 Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki added a user preference option allowing user's to set the display of the help messages according to their personal requirement or preference.2
Image collection Click on the images to enlarge for better view and browsing! | |
---|---|
The help text is shown in the light grey box just above the edit field. The appearance of the box may be adapted to the respective wikis style guideline via CSS by manipulating the smw-editpage-help
class.
Default setting
$smwgEnabledEditPageHelp = true;
This means that helpful information will be displayed when editing a page. This can further be controlled individually by the user via a preference option.
Changing the default setting
To modify the setting to this configuration parameter, add one of the following lines to your "LocalSettings.php" file after the enableSemantics()
call:
- Disable help messages being shown
$smwgEnabledEditPageHelp = false;
This means that no helpful information will be displayed when editing a page. Moreover this helpful information cannot be enabled via the user preferences.
See also
- Help page on editing help
- Help page on user preferences