Has anyone implemented an add-on that allows moderation of selected users? This would be in addition to the existing moderation system. The purpose would be to keep an eye on problematic users.
I've already installed "User Level Moderation" to watch new users, but there are people I would like to put back into moderation even after the pass the first few.
All you need is a variable in their profile. Only visible to Admin when editing profile. (easy enough) You set it to 1 for people you want in moderate mode.
Then in post_info.asp
if whatevervariable = 1 then Moderation = "Yes" end if
I created a mod to place users on probation...requires that all their posts be moderated as long as they are on probation. It sounds like what you are asking for. You can find it here: