Rickard wrote:I'm thinking about how to implement this for PunBB 1.2. Not sure how I will solve it though.
I've been looking at this sort of thing as well; I have a need to put an article/commenting system on a site with PunBB as a forum. It would be nice to combine the two. So far I have come to three conclusions
1. The output which appears as articles or news items on the sites front page should be static rather than dynamic. There is no point in querying a database every time a page is loaded when the page only changes twice a week.
2. The posting of comments is the same as posting replies so it is pointless to duplice this functionality, just use PunBB.
3. If a forum is going to be designated as a news forum then forum permissions will have to be altered to allow only certain people to start new topics which will become the news items.
I am beginning to fall in love with xml/xslt so I am thinking of using PunBB to ouput news/articles as xml files and then generating static xhtml using xslt via sablotron for the sites front page.
If anybody wants a blog which could be made to work with PunBB then they could do worse than look at Wordpress which is also a php/mysql system.