-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
when defining a bbcode, there is a very limited number of tokens which are recognized.
however, the instructions are not clear, and worse, you can create a bbcode with any token you want, eg:
align={ALIGNMENT}]{TEXT}[/align]
|
the explanation says:
however, the reality is that the input will be used only if it matches one of the tokens from the list.The input will be validated only if it matches the corresponding definition.
in addition, the explanation regarding the {L_XXX}
tokens is unclear. it should be noted that these tokens are usable ONLY in the "html replacement" part.
REQUIRED ACTIONS:
1) tighten the validation: if the "BBCode usage" part contains illegal token, do not validate
2) make the explanations clearer regarding which tokens can be used where.

