discuz ,积分策略任务添加用户组限制

source\class\class_member.php
找到
if($fromuid)
修改为
$member=getuserbyuid($fromuid);
if($fromuid && $member && !in_array($member['groupid'],array(10)))
array里面填写禁止的用户组

huan

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: