[Mediawiki-l] FCK Editor with Mediawiki 193

Jack Eapen C jackec at suntecgroup.com
Tue Jun 12 04:32:23 UTC 2007


Hi,

Could anyone plz suggest some tips to successfully integrate FCKEditor with Mediawiki 1.9.3? I'm going mad after reading the extension and discussion page at Mediawiki. 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?

When I tried to use, it's taking ages to load mediawiki pages and I'm never getting my home page.
Here's my settings for FCKEditor

Can anyone who is using FCK with MW193 tell me what changes they made to MW files? 


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";




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