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

moqu8 2017-10-3

53 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

历史资源已不再提供任何技术支持和售后服务,客服仅处理无法下载或支付相关问题,资源使用或异常问题请自行解决!
支持中心