Actually, it's not the user reporting xml add on. My Admincp is intermittently loosing the frameset and only showing main target.
I changed
Code:
if (!is_member_of($user['usergroupid'], 6)) //hides it if user is an Admin
to this
Code:
if (is_member_of($user['usergroupid'], 8)) //shows it only if you have banned the user
IMO that makes more sense to only report people you already banned. Can't accidentally report anyone.