Closed interlab closed 7 years ago
Any code in particular? I tested with some and they are disabled as expected.
Example:
Create new post with data:
[center]qwerty[/center]
[quote] :) [/quote]
and disable quote and center.
Results in smf 2.1 b3
elkarte 1.1
Settings
Looks like a refactoring hiccup, try changing in ParserWrapper.php.
$this->codes = new Codes($additional_bbc, $this->disabled);
with:
$this->codes = new Codes($additional_bbc, array_keys($this->disabled));
that should fix it.
Reading your first report I thought you were talking about the "global" enable bulletin board code (BBC) and this one was working for me. :wink:
it works
if you make a new tag bbc_codes_parsing or integrate_additional_bbc. what is the difference? integrate_additional_bbc overrides bbc_codes_parsing?
Mostly the same thing, no practical differences.
Maybe I do not understand how this works and it's not a mistake ...
elk 1.1
http://.../index.php?action=admin;area=postsettings;sa=bbc
I disable the bbcode and it is no longer in the editor, but it still works when viewing the topic!