[Mediawiki-l] FCK Editor with Mediawiki 193

Jack Eapen C jackec at suntecgroup.com
Mon Jun 11 06:10:04 UTC 2007


Hi,

Could anyone plz suggest some tips to successfully integrate FCKEditor with Mediawiki 1.9.3?
When I tried to use, it's taking a lot of time to load mediawiki pages. 
Here's my settings for FCKEditor

require_once("extensions/FCKeditor.php");
$wgFCKUseEditor          = true;      // When set to 'true' the FCKeditor is the default editor.
$wgFCKEditorDir          = "FCKeditor";
$wgFCKEditorToken        = "__USE_EDITOR__";
$wgFCKEditorHeight       = "600";
$wgFCKEditorAllow_a_tags      = true; // <a> </a>   : Set this to true if you want to use the **external** link
                                       // generator of the FCKeditor.
$wgFCKEditorAllow_img_tags    = true; // <img />    : Set this to true if you want to use the
                                       // file browser and/or the smilies of the FCKeditor.
$wgFCKEditorToolbarSet = "Default";


Following the discussion page of the extension I tried different combinations in FCKEditor.php for the               $state = new StripState;    $x =& $state; lines. Do we need both these lines? Or one of it?


Regards,
 
Jack Eapen C
SunTec Knowledge Centre
------------------------------------------------------------------------------------
 



This electronic mail (including any attachment thereto) may be confidential and privileged and is intended only for the individual or entity named above. Any unauthorized use, printing, copying, disclosure or dissemination of this communication may be subject to legal restriction or sanction. Accordingly, if you are not the intended recipient, please notify the sender by replying to this email immediately and delete this email (and any attachment thereto) from your computer system...Thank You



More information about the MediaWiki-l mailing list