- Affected version
- 2.2
I'm having strangely inconsistent behavior with the bb_code function on a custom page, which affects one manner of link only. It affects url unfurling by not creating the usual link unfurling box, but only constructing a http(s) link.
There's nothing more complicated than regular HTML styling in the page outside of the
The link refers to a category page. I have set it with a bi-directional custom route filter, but referring with the original category/{id} address or disabling the filter makes no difference. I checked that the same problem persists for other category pages.
It's an annoying little problem which I could probably circumvent by copy-pasting the HTML code directly, but I would rather understand why the software is behaving like this. It seems like a bug.
There's nothing more complicated than regular HTML styling in the page outside of the
{{ bb_code("[URL unfurl='true']{link}[/URL]", null, null) }}
element.The link refers to a category page. I have set it with a bi-directional custom route filter, but referring with the original category/{id} address or disabling the filter makes no difference. I checked that the same problem persists for other category pages.
It's an annoying little problem which I could probably circumvent by copy-pasting the HTML code directly, but I would rather understand why the software is behaving like this. It seems like a bug.