https://bugzilla.wikimedia.org/show_bug.cgi?id=21117
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> 2009-10-12 19:12:13 UTC --- For Rob's convenience, the required LocalSettings statements are: $wgThumbLimits = array( 120, 150, 180, 200, 220, 250, 300 ); $wgDefaultUserOptions['thumbsize'] = 4; This would add 220px as a thumb size option and automatically set it for anonymous users and all registered users currently having it set to 180 (AFAIK). -- 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
