MyBB Community Forums

Full Version: how to add alt tag in bbcode for images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Regular Expression:
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........