Difference between revisions of "Preferences"

From Tweeki
Jump to: navigation, search
 
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'] = 0;
+
  $wgDefaultUserOptions['tweeki-advanced'] = 1;

Latest revision as of 11: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;