I need forum software without a presentation layer.
March 6, 2004 6:59 AM Subscribe
Web forums: I need forum software without a presentation layer. [more]
I need to implement a forum as part of a commercial site I'm developing. I want to have complete control over the presentation (look and feel), to integrate it with the rest of the site, but don't want to have to reinvent the wheel by building it from scratch. Is there any forum software that includes a database and and stored procedures with some kind of API that I can code against? I've already got authentication/verification of users covered, so I don't even need that part.
It doesn't need to be fancy, (the simpler, the better), but it does need to support topics and threads. Ideally, it will be for IIS/ASP/MS SQL Server, but I might be persuaded to use another platform or a third party provider, if there's no other way. I have a budget.
I need to implement a forum as part of a commercial site I'm developing. I want to have complete control over the presentation (look and feel), to integrate it with the rest of the site, but don't want to have to reinvent the wheel by building it from scratch. Is there any forum software that includes a database and and stored procedures with some kind of API that I can code against? I've already got authentication/verification of users covered, so I don't even need that part.
It doesn't need to be fancy, (the simpler, the better), but it does need to support topics and threads. Ideally, it will be for IIS/ASP/MS SQL Server, but I might be persuaded to use another platform or a third party provider, if there's no other way. I have a budget.
phpBB is free, open-source, and allows you to create all your own presentation templates from scratch, if you so choose. If the name didn't give it away, it uses PHP, but supports a wide range of database platforms.
posted by jjg at 4:35 PM on March 6, 2004
posted by jjg at 4:35 PM on March 6, 2004
This thread is closed to new comments.
posted by dobbs at 7:44 AM on March 6, 2004