织梦dede修改摘要标题项目字数限制

修改程序文件

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’))

找到

$description = cn_substrR($description,600);

修改红色数字为想要显示的摘要字符数

②修改数据表

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/a7915ba556774e5e99be35f559d1dd78.html