dedecms5.7utf8 文章编辑 加上自动排版,简体繁体转换,图片排版

本文介绍了如何在dedecms5.7utf8版本中升级fckeditor,并添加自动排版和简体繁体转换功能。首先,需要将fckeditor升级到5.7版本并放置在include下,接着上传js插件文件,确保其为utf-8格式。然后编辑后台模板acticle_add.htm,在fckeditor引入代码下方添加相关引用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

首先,这个插件是用在fckeditor上,必须遵循这个步奏:

1、在讲dedecms5.6utf8版本下的fckeditor 上床到5.7版本的 include下。

2、将附件的js文件上传到include/fckeditor  上,注意:插件必须是utf-8格式的。。

3、编辑后台模板 

3.1编辑/dede/templates/acticle_add.htm

      添加引入代码:

<script type="text/javascript" src="../include/FCKeditor/plus_format_fck.js"></script>

在引入fckeditor代码下面添加

 <?php
        GetEditor("body",$body,450);
	     ?>
		   <input type="button" id="buttonj2f" onClick="jian2fan('body')" value="简->繁">
        <input type="button" name="formatbutton" value="自动排版" onClick="FormatText('body')"><input id="ifblank" name="ifblank" type="checkbox"><label for="ifblank" style='font-size:12px;'>段前空格?</label>
        <input type="button" name="formatbutton_img" value="图片排版" onClick="FormatImages('body')">
         <input type="button" name="button" value="插入分页标签" onclick="javascript:insertHTMLToEditor('body', '#p#副标题#e#');" />


3 .2编辑/dede/templates/acticle_edit.htm

 添加引入代码:

   <script type="text/javascript" src="../include/FCKeditor/plus_format_fck.js"></script>

在引入fckeditor代码下面添加

<?php GetEditor("body",$addRow['body'],450); ?>

	   <input type="button" id="buttonj2f" onClick="jian2fan('body')" value="简->繁">
        <input type="button" name="formatbutton" value="自动排版" onClick="FormatText('body')"><input id="ifblank" name="ifblank" type="checkbox"><label for="ifblank" style='font-size:12px;'>段前空格?</label>
        <input type="button" name="formatbutton_img" value="图片排版" onClick="FormatImages('body')">
         <input type="button" name="button" value="插入分页标签" onclick="javascript:insertHTMLToEditor('body', '#p#副标题#e#');" />

4、在“系统”-“系统基本参数”-“核心设置”  下面把 “Html编辑器”的值 改为 “fck”,这样即可。




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值