What browser are you using?
and
What bbcode(s) do you want supported?
buttons section is this part of script:
Code
var buttons = [
{
"name": "color",
"html": "<img src='http://forums.d2jsp.org/html/emoticons/ph34r.gif' />",
"code": {
"click": function() {
bbcode_in("[B][COLOR=Purple]", "[/COLOR][/B]");
}
}
}
]
Easiest edit is to just replace bbcode you see there -
Code
[B][COLOR=Purple]
and
[/COLOR][/B]
to bbcode of your choice - first is opening bbcode, then closing. Cursor is set in between.