Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== diff -u -r45caef9a2ddcdef5e0049213e78b69a3d104a63c -r16ee266fef50cbbb388c55bd912fba51097c9f23 --- lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 45caef9a2ddcdef5e0049213e78b69a3d104a63c) +++ lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 16ee266fef50cbbb388c55bd912fba51097c9f23) @@ -21,7 +21,7 @@ ['Bold','Italic','Underline', '-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Image','Link'], + ['WikiLink','Image','Link'], ['About'], ['TextColor','BGColor'], ['Table','Rule','Smiley','SpecialChar'], @@ -36,3 +36,4 @@ FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml'; FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; FCKConfig.EnterMode = 'div' ; +FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../fckeditor/editor/plugins/');