Jump to content

Featured Replies

Posted

Hello,

I managed to hide all content from a certain user. Now user changed his mind and wants to return to our community and wants to unhide his content. I cannot see UNhide all content options.

Is there a way to do that.

 

Thnaks in advance

  • Community Expert

There isn't a way to simply unhide all unfortunately. You can however select large numbers of items from the hidden content section in your moderator CP, which may make it somewhat faster to achieve. 

  • Author

Thanks, but user have like 8k posts 😞

 

  • Community Expert
 

Thanks, but user have like 8k posts 😞

 

I think that you can unhide them with a couple sql queries. Should you be interested in this method, I can post the revelant queries.

  • Community Expert
 

That will be great, thanks!

First of all, make a backup of your forums_posts table, then run the following sql query at the SQL box of your phpmyadmin for the database that you have used to install your forum.

UPDATE forums_posts SET queued = 0 WHERE author_id = x;

Replace x with the actual id of the member whose posts you want to make visible/unhide again. 

I hope it helps.  Please let me know if you will have any additional questions. 

  • Author

Thank you, worked like a charm! 🙂

  • Community Expert
 

Thank you, worked like a charm! 🙂

You are welcome. I am glad to have been of help :)

That query won't cover the search index fyi

Recently Browsing 0

  • No registered users viewing this page.