MyBB Community Forums

Full Version: [F] Mod CP: awaiting moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This might be related to the bug posted here by WDZ.
http://community.mybboard.net/thread-36412.html

I unapproved one post some weeks ago, but now, when viewing the main page of the Mod CP it says that it (that unapproved post) was posted today and it does say that on every day.

(I encounter this only with the post, not with an unapproved thread)
To fix, open modcp.php, find:
SELECT p.pid, p.tid, p.subject, p.uid, p.username
replace with
SELECT p.pid, p.tid, p.subject, p.uid, p.username, p.dateline

(still need to get to the library sometime to download from the SVN... damn internet connection :/)
Fix works.

Thanks!
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.