Extension:VeForceReload

From mediawiki.org
MediaWiki extensions manual
VeForceReload
Release status: unmaintained
Author(s) Pierre Boutet (Pyro853talk)
Latest version 1.0.0
MediaWiki >= 1.28.0
Composer wikifab/ve-force-reload
License MIT License
Download

The VeForceReload extension forces the page to be reloaded after saving it with Visual Editor.

Installation[edit]

  • Download and place the file(s) in a directory called VeForceReload in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'VeForceReload' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.