Jump to content

unhide content


n.karshev

Recommended Posts

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

Link to comment
Share on other sites

On 8/6/2020 at 10:59 AM, n.karshev said:

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. 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...