MyBB Community Forums

Full Version: How to get threads from a specific forum and display them using PHP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am wondering what is the best way to get threads from a specific forum in a sub folder like /forum/ and display them on another page (Not located in /forum)?

I am trying to display them on my homepage.
I did not at all understand what the OP was trying to do. Can you please explain?
See his last post: http://community.mybb.com/thread-102088-...#pid748557

That should be what you need right?
Looks like that grabs the latest posts. I need to grab the latest posts coming from a specific forum.
It is exactly doing what you need!

This script extract the 5 last posts from 3 selected forums.

Just change the Forum Identifier for these 3 variables to suit your need :
$var1 = 29;        //FID 29
$var2 = 57;        //FID 57
$var3 = 30;        //FID 30