Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
$smwgBrowseShowAll
Configuration parameter details: | |||
Name | $smwgBrowseShowAll | ||
Description | Property "Has description" (as page type) with input value "Sets whether the browse view for incoming links on special page special page "Browse" should show the incoming links" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. | ||
Default setting | true | ||
(Other) available settings |
|
||
Software | Semantic MediaWiki | ||
Since version | |||
Until version | still available | ||
Configuration | Interface settings · Facts display | ||
Keyword | interface settings |
__NOBREADCRUMBLINKS__
$smwgBrowseShowAll
is a configuration parameter that sets whether the browse view for incoming links on special page "Browse"No description was provided. should show the incoming links. The configuration parameter was introduced in Semantic MediaWiki 1.3.0Released on an unknown date unknown versions of MediaWiki and deprecated with Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki1.
Image collection Click on the images to enlarge for better view and browsing! | |
---|---|
SMW_BROWSE_SHOW_INCOMING
to configuration parameter $smwgBrowseFeatures
No description was provided. streamlining the overall configuration of Semantic MediaWiki.1 Thus you are advised to migrate your settings in "LocalSettings.php" to the new configuration parameter since this one will be removed with the release of Semantic MediaWiki 3.1.0Released on an unknown date unknown versions of MediaWiki in 2019.
Default setting
$smwgBrowseShowAll = true;
This means that incoming links will be shown on special page "Browse"No description was provided..
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 the display of incoming links
$smwgBrowseShowAll = false;
This means that incoming links will not be shown on special page "Browse"No description was provided..
See also
- Help page on special page "Browse"No description was provided.
- Help page on configuration parameter
$smwgBrowseShowInverse
No description was provided. - Help page on configuration parameter
$smwgBrowseFeatures
No description was provided.