Integrate CKEditor in Bugfree

不能直接粘贴图片?简直弱爆了啊!不解决这个问题,总是茶不思饭不想。干!

安装ckeditor和ckfinder

  1. 上传、解压缩ckeditor_4.7.0_3247950f795f.zip,ckfinder_php_3.4.1.zip到bugfree根目录
  • 我本来想上传到bugfree的extentions目录下的,但发现没权限访问。。。
  1. 访问 http://yourhost/bugfree/ckeditor/samples/index.html
  • 这一步非常重要,路径错了后面就都挂了,而且这里你还可以看到很多例子。


    Integrate CKEditor in Bugfree_第1张图片
    image.png
  1. 拷贝ckeditor 3里的ckeditor.php,ckeditor_php5.php
  • 你必须先去下载一个老版本的ckeditor 3。
  • 据说ckeditor 4不需要这几个php文件了,但是我不知道怎么配置,还是按照网上推荐的方式去做,如果是php4的,就拷贝ckeditor_php4.php
scp ckeditor.php root@yourhost:/opt/lampp/htdocs/bugfree/ckeditor
scp ckeditor_php5.php root@yourhost:/opt/lampp/htdocs/bugfree/ckeditor

配置工具栏

可以直接修改ckeditor的config.js文件,但是有些英语你看了也不知道啥意思,可以到samples下面参照着页面去配置。
http://yourhost/bugfree/ckeditor/samples/toolbarconfigurator/index.html#basic

图片上传

问题1:


image.png
Integrate CKEditor in Bugfree_第2张图片
image.png

问题2:

Integrate CKEditor in Bugfree_第3张图片
image.png

https://docs.cksource.com/ckfinder3-php/debugging.html

粘贴上传图片

链接:http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images

  • 简介


    Integrate CKEditor in Bugfree_第4张图片
    image.png
  • 安装步骤


    Integrate CKEditor in Bugfree_第5张图片
    image.png
  1. scp uploadimage_4.7.0.zip
    [email protected]://opt/lampp/htdocs/bugfree/ckeditor/plugins
  2. unzip uploadimage_4.7.0.zip

从http://ckeditor.com/builder构建需要的插件,并且下载。

http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images
https://stackoverflow.com/questions/8151889/how-to-add-or-embed-ckeditor-in-php-page
https://cksource.com/ckfinder/demo#ckeditor

找自己需要的插件,非常强大!

http://ckeditor.com/addons/plugins/all

你可能感兴趣的:(Integrate CKEditor in Bugfree)