Page MenuHomeMiraheze

Re-enable skin settings
Closed, ResolvedPublic

Description

Hello again! So, my wiki finally changed URL, and it's working pretty much normally, however, some of the custom settings I requested some time ago were disabled (like tabs, logo, etc), probably because of database-related settings.
I'd like to re-enable, because things like tabs are essential to show stuff on various pages (ex: https://marionetwork.miraheze.org/wiki/Tilted_Tunnel)

original request I made: https://phabricator.miraheze.org/T5434

$wgForegroundFeatures = array(      
    'showActionsForAnon' => true,
    'NavWrapperType' => 'divonly',
    'showHelpUnderTools' => true,
    'showRecentChangesUnderTools' => true,
    'enableTabs' => true,
    'wikiName' => &$GLOBALS['wgSitename'],
    'navbarIcon' => true,
    'IeEdgeCode' => 1,
    'showFooterIcons' => true,
    'addThisFollowPUBID' => ''
);

With the logo situation, the text should be removed (more details: https://phabricator.miraheze.org/T5435)