当前位置: 首页 > 站长资讯 > 正文页面

discuz教程:增加文章摘要的字数并支持提交html代码

文章的摘要内容,这个是存放在pre_portal_article_title表中的summary 项中的,如果想修改摘要字数,需要修改summary的数据结构varchar(255)为text或者mediumtext,默认摘要只能是记录127个汉字。5PX网站目录_网站网址收录与提交入口

如果想在摘要中插入html代码,需要修改source/include/portalcp下的portalcp_article.php这个程序文件5PX网站目录_网站网址收录与提交入口

$summary = portalcp_get_summary($_POST['summary']);$summary = censor($summary);5PX网站目录_网站网址收录与提交入口

5PX网站目录_网站网址收录与提交入口

$summary = $_POST['summary'];5PX网站目录_网站网址收录与提交入口

在dzx3.2中是在程序的63-64行5PX网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章