找到\template\default\forum\post_editor_attribute.htm文件的168行
<!--{if $_G['group']['allowanonymous']}--><label for=\"isanonymous\"><input type=\"checkbox\" value=\"1\" />{lang post_anonymous}</label><!--{/if}-->
修改为
<!--{if $_G['group']['allowanonymous']}--><label for=\"isanonymous\"><input type=\"checkbox\" value=\"1\" checked=\"checked\" />{lang post_anonymous}</label><!--{/if}-->
然后再找到174行
<label for=\"hiddenreplies\"><input type=\"checkbox\"{if $thread['hiddenreplies']} checked=\"checked\"{/if} value=\"1\">{lang hiddenreplies}</label>
修改为
<label for=\"hiddenreplies\"><input type=\"checkbox\" checked=\"checked\" value=\"1\">{lang hiddenreplies}</label>
最后再更新一下缓存即可,
演示效果:
图片:发帖仅作者可见.jpg