【分享】dedecms如何修改文章摘要长度!
dedecms吧
全部回复
仅看楼主
level 8
美女图片镇楼!!
2013年11月01日 06点11分 1
level 8
首先进数据库 找到表 dede_archives ,然后点击结构,修description,字段,将长度改为你想要的长度!
2013年11月01日 06点11分 2
level 8
再次把dede目录下archives_add.php 中的:$description = cn_substrR($description,$cfg_auot_description); archives_edit.php 中的: $description = cn_substrR($description,250); 改为$description = cn_substrR($description,你想要的长度);
这样就可以了
2013年11月01日 06点11分 3
level 8
在php页面中改的时候那个数值是小于或者等于数据库中description长度值的。
2013年11月01日 06点11分 4
1