there's no such option by default, however you can edit the main_post_form template and add
<input type="hidden" name="disbbcode" value="on">
HTML tag to the form there; plus remove all BBcode tags so users won't see all those buttons.
Additionally, modify enCodeBB() function of bb_codes.php and remove all text replacements. So the function should return the same value as it receives. |