Hello,
I'm looking for a way to edit the default BBCode for the img tag.
Here is what I want to do:
Right now
is rewritten to
What I want to do is add something in between.
I want to rewrite
to
Anyone who can help me?
Regards
tr1cky
I'm looking for a way to edit the default BBCode for the img tag.
Here is what I want to do:
Right now
Code:
[img]url[/img]
Code:
<img src="url">
What I want to do is add something in between.
I want to rewrite
Code:
[IMG]url[/IMG]
Code:
<img src="http://example.org/url">
Anyone who can help me?
Regards
tr1cky