Hey Rhett,
Getting the word out and the community started is tricky, luckily MRP was already well established as a Yahoo group before I got involved.
From a software/hosting perspective you have several options depending on how involved you want to get:
Google and Yahoo groups are still options. These groups can be setup without any programming experience, just sign in and answer a few questions. This option is completely free.
MRP III is running a heavily modified version of phpBB, free forum software that can be found here:
http://www.phpbb.com/ MRP I & II used a modified version of Snitz which is also free and can be found here:
http://forum.snitz.com/ phpBB is written using the PHP language, common with Unix hosting, Snitz is written in ASP common with Windows hosting. Functionally they are about the same. In principle, these programs can be installed and administered without programming experience … this is probably true but customizing the software will require at least a basic understanding of the language it is written in.
While the forum software is free, you’ll still need a hosting company. GoDaddy.com is a fairly good deal at about $60/year. They offer both Unix and Windows hosting.
I mentioned that we are running a heavily modified version of phpBB. The biggest change is removing traditional user ID’s and replacing them with real names. It sounds simple but this required changes all over the place. I can give you the modified code but it requires changes to the database that must be made after installation, so I’m not sure it would be possible to install elsewhere.
MRP III also uses a custom skin (the color combinations and look of the site). Making custom skins is a little tricky and requires a fair amount of html/css experience … however … there are a number of skins that can be downloaded and installed without programming experience.
There is a middle option between Google/Yahoo groups and administering your own forum. Companies like AT Forums (
http://www.atforums.net/index.hs) offer free phpBB hosting. They install and maintain the software on their own servers, you just answer a few questions and you’re up and running. These companies are usually ad supported, so you’ll have to live with someone else’s banner ad on your site.
If you have any questions just let me know, I’ll provide whatever help I can.