Mediawiki安装可视化编辑器FCKeditor的方法

1、在此下载FCKeditor编辑器:http://mediawiki.fckeditor.net/
解压缩后放到目录:mediawiki/extensions
2、在文件LocalSettings.php的94行插入:
require_once("$IP/extensions/FCKeditor/FCKeditor.php");

参考链接:http://blog.iiris.cn/post/719.html
更详细的安装方法请参考下列网站:
http://mediawiki.fckeditor.net/index.php/FCKeditor_integration_guide

相关文章:

  • 2021-07-23
  • 2021-06-16
  • 2022-01-18
  • 2022-01-25
  • 2021-11-25
  • 2022-02-03
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-02-09
  • 2021-12-27
  • 2023-03-21
  • 2022-02-12
  • 2022-01-05
  • 2021-11-29
相关资源
相似解决方案