Yes well in the plugin I had to completely remove the parser from the coding because even if I set the allow HTML value to 1, It wouldn't let me put things like
I don't know why, but that kind of thing didn't work. So once I took out the MyBB parser completely, I could do it, but couldn't do [code] because I removed the parser, so when I used the HTML version, it parsed the HTML because there is no MyBB parser to tell it not to parse the HTML...if that makes any sense.
onclick="alert('stuff here')"
I don't know why, but that kind of thing didn't work. So once I took out the MyBB parser completely, I could do it, but couldn't do [code] because I removed the parser, so when I used the HTML version, it parsed the HTML because there is no MyBB parser to tell it not to parse the HTML...if that makes any sense.