View Single Post
Old 06-27-2004, 08:18 PM   #4 (permalink)
SinisterMotives
Junkie
 
I would avoid Innovision's PowerBoard because when I ran the installer I got a blank page and the support forum was no help. I prefer phpBB to vBulletin as far as off-the-shelf forum programs go because the profile and private message interfaces are more coherent from the end user's perspective. However, phpBB has a bug that causes the database to become corrupted if a thread reaches 4,000 posts - usually not a problem with small low-traffic sites.

That said, I write my own PHP message boards because it's easier to extend my own code than someone else's and because I like to integrate the board's "look and feel" with the Web site's overall layout better than can be achieved by simply matching the color scheme with stylesheets.
SinisterMotives is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46