模板修改: newthread threadadmin_editthread threadbit 文件修改: includes/xml/bitfield_vbulletin.xml forumdisplay.php newthread.php postings.php includes/class_dm_threadpost.php includes/functions_newpost.php // ######################## 执行 SQL 查询(升级用户) ######################## v1.0 - v1.2: PHP: ALTER TABLE `thread` CHANGE `titlecolor` `titlecolor` VARCHAR( 25 ) NOT NULL default ''; // ######################## 执行 SQL 查询(全新安装) ######################## PHP: ALTER TABLE `thread` ADD `titlecolor` VARCHAR( 25 ) NOT NULL default ''; ALTER TABLE `thread` ADD `titlebold` SMALLINT UNSIGNED NOT NULL default '0'; 更多的内容参照: http://52popx.com/bbs/showthread.php?t=779