标签: 下载 dede插件
你还在为 添加文章、修改文章、复制文章 等手工排版、隐藏代码、链接代码 而烦恼吗?那么以后你将再也不用为此而烦恼了,看下面!
DEDECMS5.6正文自动排版主要功能:
只要点击自动排版,那么所有的隐藏代码、链接代码、垃圾代码一并删除,统一文章格式, 再也不用怕复制的东西里面暗藏玄机了。
1、自动排版,将编辑器内的内容自动排版,段落自动居左,图片自动居中,清除多余空行,可定制段前是否空格。
2、图片排版,将编辑器中的图片自动居中,免去每张单独设置的烦恼。
3、简繁转换,可在编辑器中直接进行简繁转换,一键操作,方便快捷。
4、自动排版后,代码里只保留段落标签,粗体标签,(会被自动替换成),垃圾代码自动过滤,保证了代码的整洁。
5、安装完成后点击添加/修改文章即可看到如下图所示:

该插件的功能看起来比较强大,自己试用了下,其实不是那么理想,不过总体来说也是能够提高工作效率的一个小插件,,主要用来排版空格和图片居中等操作。
手动安装
在dede5.7公布后,经我测试,发现dede5.7也是可以使用的,但是utf8好像不能用这个插件了,会出现编码错误,所以如果是dede5.7并且习惯用这个插件的话,安装可以进行手动操作,下面是手动操作的方法:
1、请下载附件中的压缩包plus_format_fck.rar,并把js文件解压到 /include 目录下
2、打开后台文章模板 /dede/templets/article_add.htm
添加如下代码
<script type="text/javascript" src="../include/editor_plus/plus_format_fck.js"></script> |
|
并找到代码,这段的作用是载入编辑器 - <?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、打开后台文章模板 /dede/templets/article_edit.htm
添加如下代码
<script type="text/javascript" src="../include/editor_plus/plus_format_fck.js"></script> |
- 并找到代码,这段的作用是载入编辑器
- <?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#');" />
|
版权声明:《 dede自动排版插件_dede排版_dede简繁体转化 》为王健原创文章,转载请注明出处!
最后编辑:2011-5-5 10:05:14