The endless collection of BBC codes
We have a lot of BBC tags that we support, and there are several that are just not used much, well IMO. So my thought is to remove some of these tags, which helps trim parse_bbc and the js editor commands a bit.
So here are some that I think can go, and if someone really wants them, we could make a quick addon out of the ones removed as a BBC extension pack.
[abbr] -- abbreviation tag
[acronym] -- Same as above, just another name for it, you know since its used so much we needed two names
[bdo] -- reverses the text from rtl or ltr
[black -- shortcut for color=black, actually converted in preparse to the bbc color tag
[blue -- shortuct for color=blue, actually converted in preparse to the bbc color tag
[flash] -- embed flash to the page, do people use this or allow it?
[ftp] -- I can see the use of this, but how often is it really used in a normal forum
[glow] -- Can't say how much I dislike this one
[green -- shortuct for color=green, actually converted in preparse to the bbc color tag
[ltr] -- place text in a ltr div, is this needed for internationalization reasons?
[move] -- Yeah I know some folks love this, but its only good with parrots
[php] -- Probably for code highlight use, but our code tag will do all of this now.
[red -- shortuct for color=red, actually converted in preparse to the bbc color tag
[rtl] -- place text in a rtl div, is this needed for internationalization reasons?
[shadow] -- as if glow was not enough to create unreadable text
[time] -- I guess I've never needed this, useful for some?
[white -- shortuct for color=white, actually converted in preparse to the color tag
Re: The endless collection of BBC codes
Reply #4 –
You could just add another BBC tag. It would probably be easier.
Why wasn't ftp (and br) removed?
Re: The endless collection of BBC codes
Reply #5 –
br is actually useful in certain edge-case situations (at least I remember I used it a couple of times LOL).