On Tue, Mar 6, 2012 at 6:36 PM, Pierre Labrecque <[email protected]> wrote: > $wgAllowUserSkin = false; > replaced by (?) : > $wgHiddenPrefs[] = 'chick', 'cologneblue', 'myskin', 'nostalgia', 'simple', > 'standard', 'modern', 'monobook'; >
$wgHiddenPrefs is an array of preference keys, not values. So in this case it would be skin, like the following: $wgHiddenPrefs[] = 'skin'; $wgSkipSkins and $wgDefaultSkin haven't changed. -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
