Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best Forum software to Integrate with a Wordpress blog? [closed]

If you wanted to add a user forum to your software site, and make it look and work like your WordPress blog, what forum software would you choose?

Apparently bbPress has the same origins as WordPress, but is it best or are there other choices that are better?


Followup:

My final solution was to integrate bbPress 0.99 with WordPress 2.6. I have single login, integrated search, and identical styling for both blog comments and forum posts with combined user stats.

This used the basic integration with WordPress that bbPress 0.99 allowed, and inclusion of several bbPress plugins (many by _ ck _) that were heavily customized (read mangled) to my liking. The trickiest part was to get the cookies to work between the two.

The only downfall is I can no longer upgrade either WordPress or bbPress without a lot of work. But until those stop working, I'm fine.

If you're interested, see: www.beholdgenealogy.com/blog and www.beholdgenealogy.com/forum

like image 315
lkessler Avatar asked Oct 29 '08 23:10

lkessler


People also ask

Does WordPress have a forum plugin?

Some WordPress forum plugins come with tools to customize and personalize or make the forum fit into your website design. Others come with their own extensions so you can add plugins to the plugin. Like all WordPress plugins, forums are easy to implement and build into almost any website.

Which plugin can be used to create forums on a WordPress website?

wpForo Forum is the best WordPress forum plugin for creating highly-interactive and fully-responsive online forums. Multi-layout options. There are four forum layout options to choose from – simplified, extended, threaded, and question and answer. SEO-friendly.


2 Answers

bbPress seems to be about the best. You can kind of get it to integrate with the comments on wordpress, but not in a clean way. bbPress is pretty limited though.

There isn't really anything out there that does it simply. Especially with the look and feel - the way the themes work in WordPress allows totally custom PHP/HTML/CSS, so it's hard for any forum to match that automatically.

I hooked up punbb on my blog. It works, but it's pretty bare-bones. I mainly chose that because I'm on a shared host, and it's got a lighter footprint than other PHP forums.

like image 154
madlep Avatar answered Sep 20 '22 07:09

madlep


See Integrating a Forum with WordPress at blogHelper.

like image 44
Ricardo Acras Avatar answered Sep 21 '22 07:09

Ricardo Acras