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

edited February 2007 in Vanilla 1.0 Help
Hey there,

I installed following Add-ons:
  1. BBInsertBar 0.1.5
  2. BetterBBCode 1.0
  3. Html Formatter
there is an option in the forum settings where users can choose wether they want to see the
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

Comments

  • edited February 2007
    Ummm... I've only these two extensions: BBInsertBar and HtmlFormatter and BBCode doesn't work ^^ ...: deactivate BetterBBCode xD.

    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!
  • thank you very much. this works for me!
This discussion has been closed.