-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 4.0.0-a1
-
Fix Version/s: 3.0.15-RC1, 3.1.12-RC1
-
Labels:None
bbcode rendering is completely jaxed. There are several hardcoded bbcode values in bbcode.php as well as the useless bbcode_bitfield nonsense that makes bbcode.html useless by default.
There needs to be one transparent method for altering the rendered code template for bbcodes. Which should be bbcode.html.
This allows admin & theme authors to have simulated control over the rendering of the html by the bbcode parser.