MyBB Community Forums
Fully disable attachments? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Fully disable attachments? (/thread-224164.html)



Fully disable attachments? - Tactrus - 2019-08-06

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?