MediaWiki Extension BreadCrumbs: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[Media_Wiki_Concepts#Useful_Extensions|MediaWiki Concepts | Extensions]] | * [[Media_Wiki_Concepts#Useful_Extensions|MediaWiki Concepts | Extensions]] | ||
=Overview= | |||
12/31/2023 Obsolete, not supported. | |||
=Installation= | =Installation= |
Revision as of 03:17, 1 January 2024
External
Internal
Overview
12/31/2023 Obsolete, not supported.
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
chown -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.