https://bugzilla.wikimedia.org/show_bug.cgi?id=20361
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] AssignedTo|[email protected] |[email protected] Component|UsabilityInitiative |Site requests Product|MediaWiki extensions |Wikimedia Version|any |unspecified --- Comment #1 from Roan Kattouw <[email protected]> 2009-08-23 17:29:10 UTC --- This is a local configuration issue. Usabilitywiki set $wgEditToolbarGlobalEnable = true; , which forces the toolbar upon everyone, but if they remove that and add $wgDefaultUserOptions['useedittoolbar'] = 1; , the toolbar will be enabled by default but disableable in the user preferences. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
