iburrell has asked for the wisdom of the Perl Monks concerning the following question:

I am looking for recommendations of forum software. We are looking for something that can be offered as an option for our clients and integrated into their web sites. I would prefer an open source solution. I would also prefer something that used a database backend. Finally, something that ran on both Windows (IIS) and Linux (Apache) would be nice but I suspect that is not compatible with database backend.
  • Comment on Recommendations for message board software

Replies are listed 'Best First'.
Re: Recommendations for message board software
by Roger (Parson) on Jan 20, 2004 at 00:29 UTC
    Be sure to checkout the CGI resource index website, it has quite a few free message board packages.

    http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Bulletin_Board_Message_Systems/

    Finally, something that ran on both Windows (IIS) and Linux (Apache) would be nice but I suspect that is not compatible with database backend.

    The choice of web server and platform shouldn't have much to do with the database backend, in a well designed system anyway.

      I can second YABB (http://yabbforum.com) in terms of ease of installation, configuration, and features. We recently installed this for some collaborative work in my organization and it seems very useful.

      Of course, it's Perl. I have yet to glance at any of the code though, so I can't vouch for quality/elegance/etc. The person who set it up used the basic flat-file mode, we need to switch to a database backend soon (which should be very doable).

      CGI Resources is full of Matt Wright wannabees. I'm sure there are a few good CGIs in there, but you'll have to dig throught a lot of trash to find them.

      ----
      I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
      -- Schemer

      : () { :|:& };:

      Note: All code is untested, unless otherwise stated

        Each project listed has a vote count, much like PM's XP, I can see YaBB and Discus have the most votes. Worth to give them a try. :-)

Re: Recommendations for message board software
by dominix (Deacon) on Jan 20, 2004 at 09:55 UTC
Re: Recommendations for message board software
by zby (Vicar) on Jan 20, 2004 at 08:22 UTC