Hi,
I have a problem here. Ex:
BBCODE: [link=<1>]<2>[/link]
HTML: <a href="[1]">[2]</a>
It works perfectly in this case: [link=http://example.com]Ex[/link]
But if [link="http://example.com"]Ex[/link] (have quotes) not work.
Otherwise, if BBCODE: [link="<1>"]<2>[/link]
so [link=http://example.com]Ex[/link] not work.
Could you fix it by check the <1> has included single quote & double or not…
Hope you fix it soon.