hugo4melton
Active member
I converted from vb4 to xenforo and there are soo many not pretty tags that are in all my posts.
How do I make it auto replace the old
turn into maybe
instead.
I already tried to follow the xf docs https://xenforo.com/docs/xf2/bbcode/ but no luck
Code:
[url]https://linkhere.com[/url]
How do I make it auto replace the old
Code:
[url]https://linkhere.com[/url]
Code:
<p>https://linkhere.com</p>
I already tried to follow the xf docs https://xenforo.com/docs/xf2/bbcode/ but no luck