Are you ready to switch to HTML parsing permanently?

83.3% 65
1.3% 1
15.4% 12

78 Date 2010-04-14 00:49

Forums / Cotonti / Development / Poll: A global switch to HTML parsing

Are you ready?

tensh
#24136 2010-04-16 16:53
DonP, just consider that for a hacker your client-side filtering is naked. Only server side filtering is the most reliable. A hacker can submit whatever he wants to a form.

As for Bbcodes for forums, why not use html syntax in the FCKeditor buttons?
Now it's:
[b] [/b]
But it can be anyways:
<b> </b>

The rest of html syntax would be forbidden and removed by some internal settings.

Hmm, but for things like "code", "quote" display, ... it would be some kind of mix of html and the rest, normally parsing html but also awared of some special non-html bbcodes?

I saw once a mix of bbcode and html, but have no idea what was the coding background of that.