topics to moderate
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] topics to moderate

3 Posts
2 Users
1 Reactions
1,330 Views
Posts: 10
Topic starter
(@cpcmisha)
Eminent Member
Joined: 4 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 4 years ago

Eminent Member
Posts: 10

@robert thank you very much, it worked.