MyBB Community Forums

Full Version: Fully disable attachments?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I go to advanced debug info, it looks like some attachment queries are still being shown. Specifically
SELECT COUNT(aid) AS unapprovedattachments FROM mybb_attachments WHERE visible=0
SELECT * FROM mybb_attachments WHERE pid='1'

Selecting attachments is still done for each post, even though I've disabled attachments on the board. Is this a bug?