ALTER TABLE `cdb_posts` CHANGE `subject` `subject` VARCHAR( 255 ) NOT NULL;
ALTER TABLE `cdb_threads` CHANGE `subject` `subject` CHAR( 255 ) NOT NULL;
includepost.func.php
templatesdefaultmessages.lang.php(或者相应模板的message.lang.php文件)
includejsviewthread.js
modcpeditpost.inc.php
默认为80字符限制,例如改为160,将以上四个文件的80改为160
ALTER TABLE `cdb_threads` CHANGE `subject` `subject` CHAR( 255 ) NOT NULL;
includepost.func.php
templatesdefaultmessages.lang.php(或者相应模板的message.lang.php文件)
includejsviewthread.js
modcpeditpost.inc.php
默认为80字符限制,例如改为160,将以上四个文件的80改为160










