Page MenuHomeMiraheze

"'navbarIcon' => true," on Foreground Skin
Closed, ResolvedPublic

Description

The skin "Foregroun" takes the logo from $wgLogo, so you can change via Manage Wiki but this skin apparently requires

$wgForegroundFeatures = array( 
                          'navbarIcon' => true,

to work properly. I wonder if that could be modified in the Manage Wiki for anyone who uses this skin.

(My wiki as an example: https://rotompedia.miraheze.org)

Event Timeline

Needs to be done in LS @Paladox, we don't support arrays in ManageWiki.

Could we automagically turn it to true using localwiki.php for users of this skin?

if ($wgUseForgroundSkin) == True:
// rest of the config here.

Could we automagically turn it to true using localwiki.php for users of this skin?

if ($wgUseForgroundSkin) == True:
// rest of the config here.

@RhinosF1 We could do that, but I'd like to understand what the setting does exactly?

@Reception123 as the name says, it puts a logo in the header :)

Zppix removed Zppix as the assignee of this task.Jan 16 2020, 17:30
Reception123 claimed this task.

Really sorry for the delay, now done!