DZ修改标题字数限制:Discuz X2.0 如何修改帖子标题字数限制

Discuz 的后台没有提供修改标题长度的限制,可以通过修改以下几个文件来实现:1、/source/function/fuction_post.php 修改函数checkpost($subject,$message, $special = 0) 在该函数中查找 if(strlen($subject) > 80) {return ‘post_subject_toolong’;}2、/source/language/lang_message.php 修改 ‘post_subject_toolong’ => ‘对不起,你的标题超过 80个字符,请返回修改标题长度。’3、/static/js/forum_post.js 修改函数validate(theform) 查找 elseif(mb_strlen(theform.subject.value) > 80) {showDialog(‘您的标题超过 80 个字符的限制’); returnfalse;}4、template/default/forum/post.htm 查找:onkeyup="strLenCalc(this,’checklen’, 80);" {lang comment_message1}<strongid="checklen">80</strong>{lang comment_message2}和<strong id="checklen">200</strong> {lang comment_message2

将这些代码中的80改为180

你曾经说,最大的愿望,

DZ修改标题字数限制:Discuz X2.0 如何修改帖子标题字数限制

相关文章:

你感兴趣的文章:

标签云: