Topic: Posts on another page?

I came from phpBB and someone developed a program where you added some code to a regular HTML webpage and it would dynamically show the subject line, author and date of the last 5 posts made in the forum. I think they called it "topics anywhere". Is this available with punBB?

Re: Posts on another page?

Take a look at extern.php wink
http://punbb.org/docs/dev.html#syndication

I know what mod you're talking about, you might have to edit extern.php a bit to duplicate the functionality (the RSS feed puts out that type of information, but the regular HTML doesn't put out that much detail)