Difference between revisions of "Preferences"
From Tweeki
| Line 3: | Line 3: | ||
To change the default (users have to opt-out) add this line to <code>LocalSettings.php</code>: | To change the default (users have to opt-out) add this line to <code>LocalSettings.php</code>: | ||
| − | $wgDefaultUserOptions['tweeki-advanced'] = | + | $wgDefaultUserOptions['tweeki-advanced'] = 1; |
Latest revision as of 09:16, 6 October 2018
- Advanced Features –
tweeki-advanced - Users can opt-in to see advanced features that are hidden for ordinary users via
$wgTweekiSkinHideNonAdvanced(Default: EDIT-EXT-special).
To change the default (users have to opt-out) add this line to LocalSettings.php:
$wgDefaultUserOptions['tweeki-advanced'] = 1;