MediaWiki Extension BreadCrumbs: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* [[Media_Wiki_Concepts#Useful_Extensions|MediaWiki Concepts | Extensions]] | * [[Media_Wiki_Concepts#Useful_Extensions|MediaWiki Concepts | Extensions]] | ||
=Overview= | =Overview= | ||
12/31/2023 Obsolete, not supported. | 12/31/2023 Obsolete, not supported. I tried installing [[MediaWiki_Extension_JSBreadCrumbs|JSBreadCrumbs]] but it does not look the same, so I am salvaging the latest known working version and installing it from backups. | ||
=Installation= | =Installation= |
Latest revision as of 03:37, 1 January 2024
External
Internal
Overview
12/31/2023 Obsolete, not supported. I tried installing JSBreadCrumbs but it does not look the same, so I am salvaging the latest known working version and installing it from backups.
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.