MediaWiki Extension BreadCrumbs: Difference between revisions

From NovaOrdis Knowledge Base
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|/LocalSettings.php]]:
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>


It should start working without restart.
=Configuration=
 
{{External|https://www.mediawiki.org/wiki/Extension:BreadCrumbs#Configuration}}
Additional configuration suggestions available on https://www.mediawiki.org/wiki/Extension:BreadCrumbs

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' );

Configuration

https://www.mediawiki.org/wiki/Extension:BreadCrumbs#Configuration