I am trying to integrate a feed or something like that from my phpbb forums to a part of my regular website front page and throughout. Does anyone have any experience in doing this? I have looked around and I cannot figure it out. I have checked the phpbb forums / community but cant find anything but a RSS NEWS FEED mod. I just want to display list of recent posts by members, etc. Any ideas would be greatly appreciated!
if the board can produce an RSS feed then you could simply consume that elsewhere though it would be a little strange to have yoursite producing an RSS feed to be used elsewhere on the same site. Normally you would just write a short SQL query to pull the details and write them to the page.