MyBB Community Forums
MyBB Community Forums
>
1.8 Support
>
General Support
> How can I hide a user's posts from other users?
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.
JellyJim
2017-03-08, 08:17 PM
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?
dragonexpert
2017-03-08, 09:06 PM
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.
MyBB Community Forums
>
1.8 Support
>
General Support
> How can I hide a user's posts from other users?