From 'mods change usergroups.txt'
Quote:
Replace with:
if (!can_moderate(0, 'canunbanusers') AND !can_moderate(0, 'canunbanusers') AND !can_moderate(0, 'canmodify') AND !can_moderate(0, 'canviewprofile') AND !can_moderate(0, 'caneditsigs') AND !can_moderate(0, 'caneditavatar'))
|
should the bold text read
PHP Code:
!can_moderate(0, 'canbanusers')
if not, should it be removed from the if?
Great hack BTW!