Have got same problem as Ikanian and LoOkHerE. As hutstein says, I looked in javascript error console and saw lot of lines like that one:
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?
Hi all! 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
It stopped working all of a sudden on my forum, and I checked out the JavaScript console and it says "test has no properties". Baffling really, as I said, it worked fine, now all of a sudden the BBCodes won't insert.
jesusphreak, same thing happened with me about a week ago
it worked fine for me at the start, but then stopped.......the BBcodes wouldn't insert properly
Did anyone figure out why this issue is coming up? It makes absolutely no sense to me for it to work initially and then all of a sudden to stop inserting codes.
Have you updated to the most recent version of the extension? People were having the problem you describe with the last version, but the new one fixed that issue.
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