When I need to throttle a user on one particular board in my forums, it is an all or nothing situation. I can put him in a moderated user group and deal with it on ALL of my forums or I can BAN him on one particular forum. I'm looking for some middle ground here with a simple mod...
Code:
If user number in_array (user numbers) AND forum number in_array (forum numbers) DO moderate the user.
Does any particular template deal with this? What are the variables that go into my code?