打開
template/default/forum/post_editor_attribute.htm 文件
搜索关键词“'groupreadaccess'”
<select name="readperm" id="readperm" class="ps" style="width:90px">
<option value="">{lang unlimited}</option>
<!--{loop $_G['cache']['groupreadaccess'] $val}-->
<option value="$val[readaccess]" title="{lang readperm}: $val[readaccess]"{if $thread['readperm'] == $val[readaccess]} selected="selected"{/if}>$val[grouptitle]</option>
<!--{/loop}-->
<option value="255">{lang highest_right}</option>
</select>
替换
<select name="readperm" id="readperm" class="ps" style="width:90px">
<!--{if $_G['adminid'] == 1 || !in_array($_G[fid], array(2))}--> <!-- ccbrand 青哥- 阅读权限(客户管理),说明:($_G['fid'], array(2, 3, 4, 5)这里面的数字代表是fid号 如果多个 请用半角逗号分开~ -->
<option value="">{lang unlimited}</option>
<!--{loop $_G['cache']['groupreadaccess'] $val}-->
<option value="$val[readaccess]" title="{lang readperm}: $val[readaccess]"{if $thread['readperm'] == $val[readaccess]} selected="selected"{/if}>$val[grouptitle]</option>
<!--{/loop}-->
<!--{/if}--> <!-- ccbrand 青哥- 阅读权限(工作汇报、客户管理) -->
<option value="255"{if $thread['readperm'] == 255} selected="selected"{/if}>{lang highest_right}</option>
</select>
效果
本站部分资源收集于网络,纯个人收藏,无商业用途,如有侵权请及时告知!