https://bugzilla.wikimedia.org/show_bug.cgi?id=32989
--- Comment #1 from Roan Kattouw <[email protected]> 2011-12-12 17:16:42 UTC --- (In reply to comment #0) > I have tried this in 2 installations of 1.18 of which one was a more or less > clean installation. > > $wgDefaultSkin = 'vector'; > require_once("$IP/extensions/Vector/Vector.php"); > $wgVectorFeatures['collapsibletabs']['global'] = false; > $wgVectorFeatures['collapsibletabs']['user'] = false; > $wgVectorFeatures['collapsiblenav']['admin_tools'] = false; > $wgVectorFeatures['collapsiblenav']['user'] = false; > $wgVectorFeatures['editwarning']['global'] = true; > $wgVectorFeatures['editwarning']['user'] = true; > $wgVectorFeatures['expandablesearch']['global'] = false; > $wgVectorFeatures['expandablesearch']['user'] = false; > > None os these settings work, nor do the settings show up in the prefs (I > assume > tab 2 "appeareance"). > If you set both 'user' and 'global' to false, then you won't see the preferences, no. In order to see a preference, you have to set 'user' to true. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
