Forum Moderators: phranque
I've looked at UBB but it looks like it is only good up to 20,000 users and Open Topic can get pretty pricey.
Is it worth buying something or is it easy enough to build?
Any suggestions?
Maybe what I should be asking is does anyone have any recommendations?
Has anyone used UBB or OpenTopic? How would you rate it?
Running 3 yabb boards myself and haven't had a single problem with it yet.
Best is since it is open source you are free to mess around with the code to implement features from your own site or add extra security.
Oli
One thing is that, unless you're running mod_perl, stay away from Perl/CGI solutions for that amount of traffic.
Check out the PHP or Java section of Hotscripts.com for a wide variety of boards.
I think the main problem with open source boards however, is the lack of good templating systems that can allow you to merge it all into your current site.
Also, like the forums here, what will make your board grow, is the ability of its members to subscribe to, and receive e-mail when a topic is updated.
Also, although MySQL is a decent database, when faced with lots of inserts, it tends to slow down pretty rapidly because of it's "record" locking schemes. Look for forums that can use more than one kind of database backend.