MyBB Community Forums

Full Version: Delete [img] tags from quoted posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Very cool, thanks!
(2011-02-10, 12:12 AM)Aquilez Wrote: [ -> ]This should work:

$message = preg_replace("#\[img\](\r\n?|\n?)(https?://([^<>\"']+?))\[/img\]#ise", "\(Image: $2)\n", $message);

for me se put \(Image: $2)\n stop to work in mybb 1.6.5 and 1.6.6

help me fix this
Pages: 1 2