Motivation
Saving time
it is parsing bbcode template and bbcode shortcodes without any use.
Proposed Solution
EDITED: test if the user can use HTML at all and tinymce is fired, only then use bbcodes
file: form_handler.php
method: bbarea()
if (!check_class(e107::getConfig()->get('post_html', e_UC_MAINADMIN)))
{
$ret .= e107::getBB()->renderButtons($template,$help_tagid);
}
Motivation
Saving time
it is parsing bbcode template and bbcode shortcodes without any use.
Proposed Solution
EDITED: test if the user can use HTML at all and tinymce is fired, only then use bbcodes
file: form_handler.php
method: bbarea()