求Discuz!X3默认勾选“回帖仅作者可见”的修改方法,修改代码也行

论坛使用Discuz!X3搭建,我想全论坛发主题时默认勾选“回帖仅作者可见”的修改方法,修改代码也行

发帖页模版改一下就可以了
template \ 当前模版 \ forum \ post_editor_option.htm
把里面的 hiddenreplies 这个控件
<input type="checkbox" name="hiddenreplies" id="hiddenreplies" class="pc"{if $thread['hiddenreplies']} checked="checked"{/if} value="1">
改成
<input type="checkbox" name="hiddenreplies" id="hiddenreplies" class="pc" checked="checked" value="1">
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答