MyBB Community Forums

Full Version: List all announcements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I'm kinda new to the MyBB. I'd love to write a query, that will be able to fetch all the possible announcements from the database. The problem is, I'm not sure what turns a normal thread into an announcement. Thanks for any help. Regards.
announcements are stored in a separate table (mybb_announcements)
you can analyze its structure to write required SQL query
Oh, my bad. Looks like I was blind while browsing my database. Thank you. =)