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_Concepts#LocalSettings.php|LocalSettings.php]]:


<syntaxhighlight lang='php'>
<syntaxhighlight lang='php'>

Revision as of 03:53, 27 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' );

Installation Verification

Go to Special Pages → Version and verify that the BreadCrumbs version is the correct one.

Configuration

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