名站网址导航为大驾家提供DedeCMS站点程序站点教程相关的知识,比如织梦程序安装教程,织梦程序系统故障等教程。本文将为您介绍的是DEDECMS修改文章文章标题,来源,摘要,作者等字数限制,具体操作相关具体操作方法请看下文: 具体步骤: 1、找到网站的后台登录目录,默认为dede目录,找到以下网站文件: /archives_add.php /archives_edit.php /article_add.php /article_edit.php 记得四个网站文件都要修改 如果修改专题摘要,还得修改: /spec_add.php /spec_edit.php ------------------------- 查找以下相关具体代码如下:
- $title= cn_substrR($title,$cfg_title_maxlen);
- $shorttitle = cn_substrR($shorttitle,36);//简略文章标题字符数
- $color = cn_substrR($color,7);
- $writer = cn_substrR($writer,20);//作者字符数
- $source = cn_substrR($source,30);//文章来源字符数
- $description = cn_substrR($description,600);//摘要字符数
- $keywords = trim(cn_substrR($keywords,30));//关键词字符数
- $filename = trim(cn_substrR($filename,40));//网站文件名字符数
- if(!TestPurview('a_Check,a_AccCheck,a_MyCheck'))
关于DedeCMS站点程序站点教程相关的知识,就说到这里了希望能帮助朋友们。删除dede版权标签自带的power by dedecms网站程序