Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
problems with BBInsertBar 0.1.5
Hey there,
I installed following Add-ons:
the buttons for switching between "text", "html" and "bbcode" input or not.
i want the BBInsertBar not to be shown when the "do not show format options" option is choosen,
because then it gives "undefined" errors when you click on it.
i hope anybody understands my problem, sorry for bad english.
kind regards
morphcore
I installed following Add-ons:
- BBInsertBar 0.1.5
- BetterBBCode 1.0
- Html Formatter
the buttons for switching between "text", "html" and "bbcode" input or not.
i want the BBInsertBar not to be shown when the "do not show format options" option is choosen,
because then it gives "undefined" errors when you click on it.
i hope anybody understands my problem, sorry for bad english.
kind regards
morphcore
0
This discussion has been closed.
Comments
I think that's a problem with Html Formatter but... otherwise, you can edit BBInsertBar/
default.phpfunctions.js and deactivate or change some little options to BBcode...i.e:In line 9:
if(document.getElementById("Radio_BBCode")){ if (document.getElementById('Radio_BBCode').checked) wert = 'BBCode'; }
You can replace with:
if(document.getElementById("Radio_BBCode")){ if (document.getElementById('Radio_BBCode').checked) wert = 'Html'; }
Easy and simple, ^^ ... I know, not elegant but... I think works
Note: I don't checked this.
Sooooryyyyy my too bad english
S!