日期: 2017 年 12 月 5 日
thumbnail

织梦Dedecms首页调用文章评论数

第一:需要修改 include/extend.func.php 文件,在它的最后面加上: //调用单篇文章评论数 function cnum($id) { global $dsql; $row = $dsql->GetOne……
thumbnail

DEDECMS织梦UTF8版后台ckeditor编辑器多图上传按钮提示文字乱码的解决方法

默认的DEDE系统UTF8版本,ckeditor编辑多图上传按钮提示文字是乱码。如下图: 虽然不影响使用,但看上去不好看。解决方法:用编码转换工具把\include\ckedito……