Extension:HideSidebar
![]() Release status: stableCategory:Stable extensions |
|
---|---|
Implementation | SkinCategory:Skin extensions |
Description | Hides the sidebar from anonymous users |
Maintainer(s) | MyWikis LLC |
Latest version | 2.1.1 (2021-12-20) |
MediaWiki | 1.27+Category:Extensions with manual MediaWiki version |
Database changes | No |
License | GNU General Public License 2.0 only |
Download | GitHub: Note: |
The HideSidebar extension suppresses displaying the sidebar to anonymous users.
Installation
- Download and place the file(s) in a directory called
HideSidebar
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'HideSidebar' ); $wgEnableSidebarCache = false; # This extension disables it by default, but $wgEnableSidebarCache should never be set to true when this extension is in use.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Category:All extensions
Category:Extensions by MyWikis
Category:Extensions in GitHub version control
Category:Extensions included in MyWikis
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Menu extensions
Category:SkinBuildSidebar extensions
Category:Skin extensions
Category:Stable extensions