首先 備份一下網站內容。
然後到 FTP 查詢這個 template/default/forum/post_editor_extra.htm 檔案 第 26 行程式碼
- <span><input type="text" name="subject" id="subject" value="$postinfo[subject]" {if $_GET
- [action] ==
'newthread'}onblur="if($('tags')){relatekw('-1','-1'{if
$_G['group']['allowposttag']},function(){extraCheck(4)}{/if});do - ane();}"{/if} onkeyup="strLenCalc(this, 'checklen', 80);" style="width: 25em" tabindex="1" /></span>
複製程式碼
修改其中 width: 25em 改成自己想要的數值即可。
效果如圖