Topic on Project:Support desk

How to make "Advanced" the default editor?

3
Johnywhy (talkcontribs)

How to make "Advanced" the default editor?

thx

Malyacko (talkcontribs)

Where to find and see "Advanced" as the non-default editor?

Fokebox (talkcontribs)

To localsettings.php file:

wfLoadExtension( 'WikiEditor' );
# Enables use of WikiEditor by default but still allow users to
# disable it in preferences
$wgDefaultUserOptions['usebetatoolbar'] = 1;
$wgDefaultUserOptions['usebetatoolbar-cgd'] = 1;
# Displays the Preview and Changes tabs
$wgDefaultUserOptions['wikieditor-preview'] = 0;
# Displays the Publish and Cancel buttons on the top right side
$wgDefaultUserOptions['wikieditor-publish'] = 0;

more info at: https://en.wikijournal.org/wiki/How_to_create_website_on_MediaWiki

Reply to "How to make "Advanced" the default editor?"