How to get a blog attached to my phpBB?
August 18, 2008 8:20 AM
Subscribe
I have a phpBB forum. I want to add a multi-user blog on the same sate as this forum. The catch is that I want the comments on the blog posts to instead become forum topics automagically. In other words, rather than commenting on the blog itself, they'd be commenting on an auto-created forum post.
I've been looking for some way to do this for a little while, but I've not been able to find a simple solution. I'd hate to code it myself if somebody's already done the legwork, and I can't imagine that I'm the only one who's ever wanted it. Alternately, if there was some way to have a particular phpBB forum automagically become a blog-like entity, that would work too.
posted by vraxoin to computers & internet (3 comments total)
2 users marked this as a favorite
The blog post author goes to the 'Post Blogs Here, Nitwits' forum, creates a new topic there. This new topic becomes the content for the top Blog entry, and there's a comments link. Clicking the comments link takes you to the phpBB thread for that topic, and the users can post there.
I use something similar for my EverQuest guild's website, wherein news posts are posted and displayed on the 'front page' before you get to the forum proper. It may not be exactly what you want, but it's at least a good foundation.
posted by Rendus at 8:39 AM on August 18, 2008