MediaWiki Extension BreadCrumbs: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Add the following code line at the bottom of [[Media_Wiki_Production_Deployment_Info#LocalSettings.php_Location| | Add the following code line at the bottom of [[Media_Wiki_Production_Deployment_Info#LocalSettings.php_Location|LocalSettings.php]]: | ||
<syntaxhighlight lang='php'> | <syntaxhighlight lang='php'> | ||
Line 21: | Line 21: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Configuration= | |||
{{External|https://www.mediawiki.org/wiki/Extension:BreadCrumbs#Configuration}} | |||
Revision as of 06:55, 7 December 2020
External
Internal
Installation
Go to https://www.mediawiki.org/wiki/Extension:BreadCrumbs and download the latest version.
tar -xzf BreadCrumbs-....tar.gz -C /var/www/mediawiki-1.35.0/extensions # The process will create a "BreadCrumbs" subdirectory
cd /var/www/mediawiki-1.35.0/extensions
chmod -R apache:apache BreadCrumbs
Add the following code line at the bottom of LocalSettings.php:
wfLoadExtension( 'BreadCrumbs' );