MyBB Community Forums

Full Version: Get specific forum attachments?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I get all attachments from a specific forum? 
Query the attachments table, LEFT join posts table by pid: https://github.com/mybb/mybb/blob/featur...es.php#L82 and in WHERE check the fid: https://github.com/mybb/mybb/blob/featur...s.php#L529