You could probably make the news addon in the ubbthreads/addons directory do exactly what you need. You can set it to list for a specific forum and set it's display properties. It's a clean little script so it would be a good starting place for someone just starting out.
You will also want to change this line:
// Require the library require ("$path/main.inc.php");
to this:
// Require the library require_once ("$path/main.inc.php");
Because your going to use this inside a pal box there is no need to require the library more than once as it will have already been done.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.