首页 > CMS > Discuz > 正文

discuz!教程:如何修改标题框的长度

2024-09-11 09:05:40
字体:
来源:转载
供稿:网友
首先 备份一下网站内容。  然后到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'}{/if} onkeyup="strLenCalc(this, 'checklen', 80);" style="width: 25em" tabindex="1" /></span>  复制代码  修改其中width: 25em 改成自己想要的数值即可。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表