Topic: How to blacklist one's uploads, but not their forum posts?

Posted under General

There's a certain person that I would like to continue seeing their forum posts, but not see their uploads.

I noticed that user:faux-pa blocks posts, but also blocks forum posts. Is there another tag I could use?

Updated by Chaser

You can probably do it via clever tagging:

//Block all uploads except forum/comments:
user:chaser rating:s
user:chaser rating:q
user:chaser rating:e

//Block all forum/comments except uploads:
user:chaser -rating:s -rating:q -rating:s

Maybe a meta tag modifier in the future so we can do type:comment, type:forum, or type:upload

Updated by anonymous

  • 1