It’s really tough for me to use the default editor, so I install a plug-in: FCKEditor.
but as a user, when click “Edit” or “Create”, “Save as” window will pop up, but a guest can create/edit page using the Editor.
After post a discussion on the support desk of MediaWiki: http://www.mediawiki.org/wiki/Project:Support_desk;
the solution is:
Disable “use external editor” in your preferences.
by Max Semenik
For MW 1.16 and later a new version is available on svn.wikimedia.org
(SVN path: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/FCKeditor)
1. Check out the files into wiki\extensions\FCKeditor
2.Modify configuration file: LocalSetting.php:
append the following code into the file:
require_once("$IP/extensions/FCKeditor/FCKeditor.php");
That’s all.
Fatal error: Cannot redeclare js_unescape() (previously declared in /home/webapps/ineh/extensions/FCKeditor/FCKeditorSajax.body.php:268) in /home/webapps/ineh/includes/AjaxFunctions.php on line 55
Edit: FCKeditorSajax.body.php , replace ‘js_unescape’ by ‘fck_js_unescape’;
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.