Thanks for sharing the info !!!
> From: [email protected] > Date: Tue, 6 Mar 2012 19:01:00 -0500 > To: [email protected] > Subject: Re: [Mediawiki-l] Hidden skin preference, but still skins are being > changed > > 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 _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
