Quote:
Originally Posted by My Hattiesburg
For a long time now the notification has shown 1 visitor message and 15 posts need moderation but those items are nowhere to be found. Is there any way to reset those to 0?
|
In the AdminCP, go to Maintenance -> Execute SQL Query
and run the manual query:
truncate moderation;
This will clear that table and remove the errant entries.