MyBB Community Forums

Full Version: Reformat the [img] tag?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
wonderful thank you, is the style in the img tag more correct syntax? or preference?

and lastly if i may, how do i regexp for a caption ?
Regexp:
\[img caption=("?(.*?)"?)\](.*?)\[/img\]

Replacement:
<img src="$3" />
<div style="here how you want to style it">$2</div>
ONE SMALL problem, on the quick edit the new IMG is returned BUT on the FULL edit ONLY the default IMG tag is returned,

which means you need to reformat again with the full editor

How many variables can I have? doesnt like 4?
Pages: 1 2