| Author
|
Thread |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sgt_steve

Joined: 18 Jan 2005
Posts: 5193
Location: Michissippi |
Warning, techno-rant about to start...
I'm with blissgirl on this one. phpbb is a fine little bulletin board system, but why they though they needed yet another formatting language is beyond me. As an example of how little they accomplished with this, consider these comparisons:
| Code: |
[b]This makes text bold in phpbb.[/b]
<b>This makes text bold in html.</b> |
| Code: |
[i]This makes text italic in phpbb.[/i]
<i>This makes text italic in html.</i> |
| Code: |
This creates a [url=http://lokkur.dexter.mi.us]link[/url] in phpbb.
This creates a <a href="http://lokkur.dexter.mi.us">link</a> in html. |
Perhaps you see a trend there? There's almost nothing in phpbb that is significantly more difficult in html, and there's far far more good html documentation that phpcode documentation.
Now let's talk about a few things that, for no apparent reason, phpcode does worse than html. If I write this in phpcode:
| Code: |
| [b]R[/b][i]a[/i][color=blue]n[/color][color=red][b]s[/b][/color]o[size=18]m[/size] |
it comes out like this:
Ransom
Does it look a little funny? It should, because phpcode has added spaces between each letter. Yep, every time you change font, color, etc, phpcode inserts a space. And since spaces separate words, should the fancy version of Ransom happen to be near the end of the line, it may get broken at any one of the spaces and the rest of the letters put on the next line. Try resizing the window you're reading this in, and watch it happen.
Somebody just wasn't thinking when they did that.
I'm not in the slightest suggesting we go to a different bbs system; nor urging Ken to go off and start putting html capability into the board. I've just had this rant building up for a while, and needed to vent. phpbb is a fine bbs facility, and when we've discussed putting one up at work, I've recommended it. Even if phpcode drives me crazy.
You may now return to your thread, which is already in progress.
|
Wed Feb 22, 2006 8:09 pm |
|
|
|
|
|
|
|
|
|
|
|
Forum Rules:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
|