巩义网站建设,巩义网站制作,巩义做网站-全栈网络

网站建设中织梦富文本编辑器ckeditor更换为kindeditor
当前位置:首页 > 建站知识 > 网站代码 >

网站建设中织梦富文本编辑器ckeditor更换为kindeditor

时间: 2020-09-19 分类: 网站代码 浏览次数:

在网站建设中,织梦富文本编辑器ckeditor更换为kindeditor,如何进行操作呢? 下载kindeditor压缩包, 选择对应的编码版本下载,解压得到 dialog 和 kindeditor ,把这2个文件夹上传到网站inc...



在网站建设中,织梦富文本编辑器ckeditor更换为kindeditor,如何进行操作呢?


  1. 下载kindeditor压缩包,选择对应的编码版本下载,解压得到dialogkindeditor,把这2个文件夹上传到网站include文件夹里,具体可找版主下载。

   2、打开 include/inc/inc_fun_funAdmin.php 找到

else if($GLOBALS['cfg_html_editor']=='ckeditor')复制1

在它上面加入

else if($GLOBALS['cfg_html_editor']=='kindeditor')
{	$fvalue = dede_htmlspecialchars($fvalue);	$uploadJson = $GLOBALS['cfg_cmspath']."/include/dialog/kindeditor_post.php";	$fileManagerJson = $GLOBALS['cfg_cmspath']."/include/dialog/kindeditor_manager.php";	$allowFileManager = 'true';	$extendconfig = '';	if($etype == 'Member' || $etype == 'MemberLit' || $etype == 'Diy' || $etype == 'Feedback')
	{		$uploadJson = "";		$fileManagerJson = "";		$allowFileManager = 'false';		$extendconfig = 'allowImageUpload : false,';		$extendconfig .= 'allowFlashUpload : false,';		$extendconfig .= 'allowMediaUpload : false,';		$extendconfig .= 'allowFileUpload : false,';
	}	
	$items['Member'] = "[
	'source', '|', 'undo', 'redo', '|', 'preview', 'print', 'template', 'cut', 'copy', 'paste',
	'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
	'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
	'superscript', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', '/',
	'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold',
	'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', '|', 'image',
	'flash', 'media', 'insertfile', 'table', 'hr', 'emoticons', 'map', 'pagebreak',
	'link', 'unlink', '|', 'about']";	
	$items['Small'] = $items['MemberLit'] = $items['Diy'] = "[
	'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
	'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
	'insertunorderedlist', '|', 'emoticons', 'image', 'link']";	
	$items['Feedback']= "[
	'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
	'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
	'insertunorderedlist', '|', 'emoticons']";	
	$itemconfig = '';	if(isset($items[$etype]))
	{		$itemconfig = "items :{$items[$etype]},";
	}	$session_id = session_id();	$code = "<link rel=\"stylesheet\" href=\"{$GLOBALS['cfg_cmspath']}/include/kindeditor/themes/default/default.css\" /><link rel=\"stylesheet\" href=\"{$GLOBALS['cfg_cmspath']}/include/kindeditor/plugins/code/prettify.css\" /><script src=\"{$GLOBALS['cfg_cmspath']}/include/kindeditor/kindeditor-all.js\"></script><script src=\"{$GLOBALS['cfg_cmspath']}/include/kindeditor/lang/zh-CN.js\"></script><script src=\"{$GLOBALS['cfg_cmspath']}/include/kindeditor/plugins/code/prettify.js\"></script><script type=\"text/javascript\">KindEditor.ready(function(K) {editor1 = K.create('textarea[name=\"{$fname}\"]', {imageSizeLimit : '10MB',imageUploadLimit : 100,cssPath : '{$GLOBALS['cfg_cmspath']}/include/kindeditor/plugins/code/prettify.css',uploadJson : '{$uploadJson}',fileManagerJson : '{$fileManagerJson}',filterMode: false,extraFileUploadParams: {PHPSESSID : '{$session_id}'},{$extendconfig}{$itemconfig}allowFileManager : {$allowFileManager},afterBlur: function(){this.sync();}});prettyPrint();});</script><textarea name=\"{$fname}\" style=\"height:{$nheight}px;visibility:hidden;width:100%;\">{$fvalue}</textarea>";	if($gtype=="print")
	{
		echo $code;
	}
	else
	{
		return $code;
	}
}复制123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354

3、后台-系统-系统基本参数-核心设置-Html编辑器 ,填写kindeditor

会员和评论里面的kindeditor编辑器图片上传没有本地上传按钮的解决方法

打开 /include/inc/inc_fun_funAdmin.php 找到

$uploadJson = "";复制1

注释或者删除它

继续找到

$extendconfig = 'allowImageUpload : false,';复制1

注释或者删除它


本文关键词: 网站建设 织梦 kindeditor ckeditor 富文本编辑器 未经允许不得转载:郑州网站建设|郑州网站制作|荥阳网站建设|巩义网站建设|网站优化-全栈网络



说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!
Copyright © 2017-2020 版权所有:全栈网络工作室 备案号:豫ICP备2023004016号 HTML网站地图
郑州网站制作|郑州做网站|巩义网站制作|荥阳做网站|巩义做网站-全栈网络