Discuz教程:发贴即自动默认仅作者可见的设置问题 [复制链接]

moqu8 2017-10-3

5 0
找到\template\default\forum\post_editor_attribute.htm文件的168行
  1. <!--{if $_G['group']['allowanonymous']}--><label for="isanonymous"><input type="checkbox" name="isanonymous" id="isanonymous" class="pc" value="1" />{lang post_anonymous}</label><!--{/if}-->
复制代码

修改为
  1. <!--{if $_G['group']['allowanonymous']}--><label for="isanonymous"><input type="checkbox" name="isanonymous" id="isanonymous" class="pc" value="1" checked="checked" />{lang post_anonymous}</label><!--{/if}-->
复制代码


然后再找到174行
  1. <label for="hiddenreplies"><input type="checkbox" name="hiddenreplies" id="hiddenreplies" class="pc"{if $thread['hiddenreplies']} checked="checked"{/if} value="1">{lang hiddenreplies}</label>
复制代码

修改为
  1. <label for="hiddenreplies"><input type="checkbox" name="hiddenreplies" id="hiddenreplies" class="pc"  checked="checked" value="1">{lang hiddenreplies}</label>
复制代码

最后再更新一下缓存即可

最新回复 (0)
返回
支持中心
邮箱:winkill2012@qqcom
新站优化中!部分功能尚未完善,敬请谅解!
支持中心