vote up 0 vote down star
1

What is the best forum module to use for Drupal? The core is a bit lacking. I'm thining of investigating: http://drupal.org/project/advanced_forum

Anybody have any better suggestions?

flag

3 Answers

vote up 1 vote down

There's quite a bit of work going on right now on AdvForum, and the 'DruBB' project. The maintainer of AdvForum and the release maintainer for Drupal 7 are both putting a fair bit of energy into DruBB as a Drupal-native alternative to PHPBB, and it's worth watching even if it isn't ready to deploy immediately. If you have any develpment chops and are willing to poke your head into the code, they can almost certainly use help with the development work, or with testing.

link|flag
I'm pretty sure Ardi is looking for something he can use DruBB is clearly in developmental stages – j3frea Jun 25 at 13:46
vote up 2 vote down

You can look at using the core forum module from Drupal http://drupal.org/handbook/modules/forum. It is easily extensible and you can customise to your needs. Take a look at all these.

  • advanced forum (Is highly recommended)
  • quote
  • bbcode
link|flag
Yeah, I have great experiences with advanced forums as well. It provides most of the stuff you'll need. There's a lot more interesting modules for providing rather specific functionality to forums, but which to use depends heavily on what kind of forum you want. – mikl Jun 22 at 5:12
vote up 1 vote down

There's no great out-of-box solution or module for Drupal. What I suggest you do is install phpBB on your server then use this module to link it up with your Drupal site. phpBB is a great piece of software! A little blurb about the module:

In practice it takes things from the Drupal database and updates the phpBB database each time a user logs in. It also provides a block that lists recent topics from the forum. This module requires mod_rewrite / clean URLs and is not recommended for beginners.

link|flag
+1 for phpBB. – Charlie Somerville Jun 21 at 9:11
Having the forum as a separate thing is the road to all sorts of pain. Besides the poor integration between the system, it'll be a very confusing user experience, having two user profiles, two different places to go to edit them. If you want to provide a seamless experience, you'll have to put in a lot of hours to customise the two systems to look and work alike. – mikl Jun 22 at 5:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.