Greetings kiat,
I've used UBB in the past, but now I'm running YaBB on three different sites. However, I only like YaBB because it's the best I've seen thus far and it's written in mostly human readable Perl. Here's how I look at it:
Pros:
- Really great feature set; maybe not as huge as some of the other boards out there, but good regardless
- Very intuative interface; I haven't had to field even a single support call/email
- User-value focused; provides "nifty" stuff that most average users find cool
Cons:
- Scary code design
- Doesn't use strict, warnings, or tainting
- Uses a series of global variables for configuration
- In default config/install, easily hackable
- Data files (lots of them) located by default in URL path
- Doesn't consistently use CGI.pm correctly
- Very not OO, even though a BB by design is
- Found a few bugs in the administration GUI
Honestly, when I first installed YaBB and started playing around with it, my first tought was, "Hmm... I wonder how long it would take me to rewrite this whole thing." I realized that it would take far more free time that I have, so I spent time hacking against the code. You can end up moving the data directories with there many files outside your Web documents file structure for slightly better security, but it takes a bit of hacking (even though the admin GUI suggests otherwise). Doing anything beyond some basic configuration requires hacking the source code, and that source is somewhat scary.
Overall, though, if I needed to launch a new BB next week, I'd use YaBB again... but I'd be really interested in reviewing the next release when it becomes available.
gryphon
code('Perl') || die;
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.