MyBB Community Forums

Full Version: How can I hide a user's posts from other users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A user is putting his membership on hiatus and wants to make his posts invisible to other forum members. Is there a tool or technique that will enable me to do that in 1.8?
You could unapprove his posts. If there are many, you can run this query in PHPMyAdmin:
UPDATE mybb_posts SET visible=0 WHERE uid=$uid

You then should use the recount and rebuild tools.