Blacklisting users?

Posted under General

Browsed around a bit on the search to see if this was asked before, though I didn't find anything on the subject. Watch somebody else find a topic I overlooked, though. >_>

Is there a way to blacklist users such that all posts uploaded by them will be hidden (same way as you blacklist tags)? If not, then what do you guys think about its implementation? I tried using trac for this very subject after someone recommended it, however it seems it was erased shortly afterward (my first time using it so I most likely did it improperly). I figure my next best bet after that would be to ask here.

Updated by a moderator

Sorry for the double post and for bringing up an old topic, but it seems like the user:*blah* aspect of the blacklist script is no longer working. I've tried various ways of posting user:so-and-so and tried reinstalling the script but nothing's happening.

Blacklisting users and tags works fine for me--comment page and otherwise--so I don't know what your problem is. Maybe you messed up the regex. Does your blacklist line still follow the below pattern?

blacklistTags(/^([^"]* )?(tag1|tag2|user:raisingk|tag3|tag4)( [^"]*)?$/gi);

1