Note: CogDogBlog has a new WordPress powered home at http://cogdogblog.com/. All entries from this version have been moved there, so as a guide dog service try finding this article in its new home by title search.
I was recently looking for a package to implement a discussion board for a group project, and luckily came across phpBB :: Creating Communities.
It indeed is powerful, slick, fast, and a snap to set up. You need a server that supports PHP (although you do not need any PHP knowledge to run this) and one of the databases listed above (just about any web host offering PHP liekly offers mySQL). The one bit I stumbled on was it seemed a named database needed to be created first for the configuration script to run.
It is rather flexible and provides a nifty editing interface (with more HTML editing controls than MovableType, which is barebones to naked there).
I have set this board up for a project where last month I established a group weblog-- thinking that was the ideal tool, but only 2 out of 6 participants used it, so they asked for "a simpler tool" (???), so this is another try.
To be honest, it has nothing to do with the technology or the tools- it is human willingness to take the time to participate in a communti activity.
Anyhow, I was glad to have discovered phpBB... thought you know it would be nice if it generated RSS...
Update (about 30 minutes later) There is a huge community of phpBB codes who share "mods" (modifications) to this system, and in searching the MODS forums, I found a simple add-on that generates RSS feeds from a phpBB site. It was a matter up downloading the code, and uploading one new PHP script and one template file to the site. Wah-hoo!!
blogged November 16, 2003 10:08 PM :: category [ web good dog ]Way too weird... I saw the same thing today!
Do you know if this program could be installed on a Mac server?
Michelle
Commented by: Michelle Lamberson on November 16, 2003 11:40 PMNo reason why not- it is just PHP and mySQL, and OSX is liveing, breathing unix.
You may find that the default install of PHP on Mac is not active (it is off by default, and has some quirks)- the best reosurce for gettting this up and running is Marc Liyanage's Mac OSX software under "Unix Ports Packages" (lo and behold, his support forum runs in phpBB!):
http://www.entropy.ch/software/macosx/
Whe you get mySQL up and running, it is very worth it to set up phpMyAdmin to do your database functions, unless you are a command-line junkie:
http://www.phpmyadmin.net/