Quote:
Originally Posted by Bellardia
Can you guide me on which permission checks to remove?
|
the warn_view... templates
HTML Code:
<if condition="is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 7)">
a line like this indicates that the content is restricted to members from usergroupids 5,6,7
5=supermods
6= administrators
7 = mods
be carefull when removing / editing those lines you do not remove this line on the delete function because you don't want anybody being able to mark warnings as being inactive do you ?