This extension is professionally maintained by the
WikiTeqteam.
The SkinPerNamespace extension allows to specify a per-namespace skin that can be configured in $wgSkinPerNamespace
, but this will also override users preferences, to avoid this you can set $wgSkinPerNamespaceOverrideLoggedIn
to false
.
SkinPerNamespace
folder to your extensions/
directory.cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SkinPerNamespace
wfLoadExtension( 'SkinPerNamespace' );
You can configure this extension with the following variables:
$wgSkinPerNamespace
$wgSkinPerNamespace[NS_TALK] = 'timeless'; $wgSkinPerNamespace[NS_PROJECT] = 'monobook';
includes/Defines.php
.
$wgSkinPerSpecialPage
SpecialPage::$mList
in SpecialPage.php) to skin. This overrides $wgSkinPerNamespace[NS_SPECIAL]
. Example:
$wgSkinPerSpecialPage['Search'] = 'vector'; $wgSkinPerSpecialPage['Recentchanges'] = 'modern';
$wgSkinPerNamespaceOverrideLoggedIn
true
(default value), it will also override the the skin for logged in users, to avoid this you can set it to false and $wgSkinPerNamespace
will only apply to anonymous users.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4