Regular Expression:
Code:
HTML Replacement:
Code:
Usage:
But i want to remove "alt=MyBB" when post and make like general which we used to post image
Bump........
Code:
\[img alt=(.*?)\](.*?)\[/img\]
HTML Replacement:
Code:
<img src="$2" alt="$1" title="$1" />
Usage:
[img alt=MyBB]http://community.mybb.com/images/logo.gif[/img]
But i want to remove "alt=MyBB" when post and make like general which we used to post image
Bump........