如何修改发布时帖子标题的长度(如图) 首先 备份一下网站内容。
然后到FTP 查找这个 template/default/forum/post_editor_extra.htm文件 第26行代码 - <span><input type="text" name="subject" id="subject" class="px" 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 改成自己想要的数值即可。
效果如图
|