topics to moderate
 
Notifications
Clear all

[Solved] topics to moderate

3 Posts
2 Users
1 Reactions
678 Views
Posts: 10
Topic starter
(@cpcmisha)
Eminent Member
Joined: 2 years ago

I get a message that I have two topics to moderate, but nothing is displayed, how can I correct this?

I did the [Clear Up] in the administration panel, but it didn't work.

2 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

@cpcmisha,

Please use some phpMyAdmin plugin or the phpMyAdmin tool in your Hosting > cPanel and execute the following two SQLs. Change the red marked table prefixes to yours if it's not wp_ :

DELETE FROM `wp_wpforo_topics` WHERE `status` = 1;
DELETE FROM `wp_wpforo_posts` WHERE `status` = 1;

Then navigate to wpForo > Overview admin page, scroll down and click the [Delete all caches] button.

1 Reply
(@cpcmisha)
Joined: 2 years ago

Eminent Member
Posts: 10

@robert thank you very much, it worked.