民审-M

Discuz!X3.4 发贴自动默认仅作者可见的设置教程

作者:民审-M   发布时间:2018-05-02 23:03   回复数:1   浏览数:237
民审-M
2371民审-M金牌草根
2018-05-02 23:03:50
2371 2018-05-02 23:03:50
本帖最后由 民审-M 于 2018-5-2 23:05 编辑

找到\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


海上日出
沙发海上日出步入草根 2025-11-10 22:22
看看
游客
登录后才可以回帖,登录 或者 注册