ckeditor 设置已经有人写过了,不过现在看来都有些问题。我现在把最新的ckeditor的安装方法写下来。
首先去ckeditor.com/download 下载ckeditor for drupal,记下版本号。
然后在下载相同版本号的 ckeditor_x.x.x_standard。
先把ckeditor for drupal 放到sites\all\modules里面改名ckeditor。再在module页面里enable 一下这个module。现在就好了,发文的时候就有ckeditor了。但是这个是要有license的。
这就需要standard版本了,把standard版本解压缩,把ckeditor目录下的所有文件覆盖掉\sites\all\modules\ckeditor\ckeditor里面的文件。
现在ckeditor就可以大概用上了。
但是要加入图片的时候,还是会有问题提示:
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
这个时候要把 sites/default/settings.php 中的$cookie_domain去掉注释,并指向正确的域。
比如 $cookie_domain = '.example.com';改成$cookie_domain = '.drupal7';等。
还有很奇怪的一点就是,ckeditor在IE下面居然没有出现?!谁能帮忙解决下。
就是最新版本4.0.1 for drupal,要求许可。
就是最新版本4.0.1 for drupal,要求许可。
请问最新的ckeditor不需要自建一个文件夹在libra
请问最新的ckeditor不需要自建一个文件夹在libraries下吗?
当前的Ckeditor for Drupal 的版本是 4.0.1,应该是CK为Drupal定制的稳定版本。