discuz发帖如何设置默认回帖仅作者可见回帖
发帖如何设置默认回帖仅作者可见回帖
修改文件
template/default/forum/post_editor_attribute.htm 第174行修改为然后 工具-更新缓存!
修改文件
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>