We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving time it is parsing bbcode template and bbcode shortcodes without any use.
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); }
The text was updated successfully, but these errors were encountered:
Merge pull request #4732 from Jimmi08/load-bbcode-buttons-only-if-HTM…
91f9020
…L-is-allowed-for-user Fixes #4708 load bbcode buttons only if posting HTML is allowed for user
Jimmi08
Successfully merging a pull request may close this issue.
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()
The text was updated successfully, but these errors were encountered: