alter table `cdb_posts` change `subject` `subject` varchar( 255 ) not null;
alter table `cdb_threads` change `subject` `subject` char( 255 ) not null;
include/post.func.php
templates/default/messages.lang.php(或者相應模板的message.lang.php檔案)
include/js/viewthread.js
modcp/editpost.inc.php
預設為80字元限制,例如改為160,將以上四個檔案的80改為160
Discuz7 2公升級失敗處理方法
在使用upgrade13.php檔案進行公升級時,總會在最後提示乙個公升級失敗,其原因是因為公升級採用的 如下 主題圖章 delete from cdb smilies where typeid 0 and type stamp insert into cdb smilies typeid disp...
discuz7 2 暱稱替換使用者名稱
a 開啟include common.inc.php 1 找到 membertablefields m.uid 在上面加 otherfields mf.nickname 2 找到 query db query select s.sid,s.styleid,s.groupid 6 as ipbanne...
discuz7 2 修改資料呼叫中日期格式
修改方法 修改資料呼叫中日期格式 bbs include request.func.php 224行,乙個主題日期 乙個最後回覆日期 datalist data tid dateline gmdate dateformat timeformat data dateline dcache settin...