MyBB Community Forums

Full Version: ACP - Unaproved Threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Run these queries:

SELECT COUNT(*) AS unapprovedposts FROM `mybb_posts` WHERE `visible` = '0';
SELECT COUNT(*) AS unapprovedthreads FROM `mybb_threads` WHERE `visible` = '0';

What are the results??
SQL Result:
Unapprovedthread 1
Unapprovedposts 1

I have an unapproved thread so thats fine , but i actually have 4 unapproved posts , but when i view them in ACP i get "There are no posts currently awaiting moderation."
Pages: 1 2