如何修改釋出時帖子標題的長度 (如圖)

首先 備份一下網站內容。
然後到 FTP 查詢這個 template/default/forum/post_editor_extra.htm 檔案 第 26 行程式碼

  1. <span><input type="text" name="subject" id="subject" value="$postinfo[subject]" {if $_GET
  2. [action] ==
    'newthread'}onblur="if($('tags')){relatekw('-1','-1'{if
    $_G['group']['allowposttag']},function(){extraCheck(4)}{/if});do
  3. ane();}"{/if} onkeyup="strLenCalc(this, 'checklen', 80);" style="width: 25em" tabindex="1" /></span>

複製程式碼
修改其中 width: 25em 改成自己想要的數值即可。
效果如圖

2014-11-26T16:37:11+08:00發表於:2014-11-26|Discuz!|