Greetings.
I have HTML enabled for administrators but we're having a problem. We want to show examples of BBCode in the HTML articles we are writing but the BBCode is getting parsed. Is there some directive that can disable parsing of BBCode in the content we submit? It would be similar to how the PHP param prevents the IMG tags from getting parsed in this example:
We want the page to be pure HTML, with maybe a "[noBBparse]" command at the beginning and a "[/noBBparse]" command at the end.
Another option (which isn't available) is to enable/disable BBCode/HTML like we have the option to disable smilies in a post.
Thanks!
--Ed
I have HTML enabled for administrators but we're having a problem. We want to show examples of BBCode in the HTML articles we are writing but the BBCode is getting parsed. Is there some directive that can disable parsing of BBCode in the content we submit? It would be similar to how the PHP param prevents the IMG tags from getting parsed in this example:
PHP Code:
[img]http://www.vbulletin.com/images/someexample.jpg[/img]
Another option (which isn't available) is to enable/disable BBCode/HTML like we have the option to disable smilies in a post.
Thanks!
--Ed
Comment