2015-03-19, 05:00 PM
How would I get all attachments from a specific forum?
Get specific forum attachments?
|
2015-03-19, 05:00 PM
How would I get all attachments from a specific forum?
2015-03-19, 07:25 PM
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
|
« Next Oldest | Next Newest »
|