Discuz发帖如何设置默认回帖仅作者可见回帖?修改方法很简单,详细方法如下:
修改文件
template/default/forum/post_editor_attribute.htm 第174行
<label for="hiddenreplies"><input type="checkbox" name="hiddenreplies" id="hiddenreplies" class="pc"{if $thread['hiddenreplies']} checked="checked"{/if} value="1">{lang hiddenreplies}</label>
修改为
<label for="hiddenreplies"><input type="checkbox" name="hiddenreplies" id="hiddenreplies" class="pc"{if $thread['hiddenreplies']} {/if} value="1" checked="checked">{lang hiddenreplies}</label>
分类:discuz二次开发
标签:discuz, Discuz发帖, 仅作者可见回帖, 默认回帖
评论已关闭!