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