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.
BBInsertBar 0.1.3
This discussion has been closed.
Comments
Error: name: TypeError message: Statement on line 151: Could not convert undefined or null to object Backtrace: Line 151 of linked script http://vanilla.130/extensions/BBInsertBar/functions.js if ((document.getElementById("Radio_Html")).checked)
So problem is about non-installed html formatter. Fast solution: installs it OR comment in file BBInsertBar/functions.js all instances of string:
if (document.getElementById('Radio_Html').checked) wert = 'Html';
Right solution is making additional checking for html formatter installing fact. hutstein, could you code it?
I am a total noob to this but I have had a relatively easy time setting up Vanilla for my forum. My question about BBinsert is this: Why when is that when I format my comments, even as HTML, the HTML code is not working? For example, if I insert a hyperlink it appears as "{a href="http://google.com">google{/a}" instead of google