Discuz! X1.5 Release
110121 中的分类信息的字段如果设置了最大字符数,在发帖时超过最大字符数后会有 JS 的提示,但仍可以提交,此处为
source/function/function_threadsort.php 中的 threadsort_validator 函数中出现的
Bug 。

临时解决办法为:
在 source/function/function_threadsort.php 文件 451 行附近找到:

  1. strlen($typeoption[$var])

修改为

  1. strlen($sortoption[$var])