Hi...
i want change img tag to link in quote post its possible? Too change video tag to link in quote post?
if possible in the direct modification of system files.
thanks
i found solution
using this
http://community.mybb.com/thread-87961-p...#pid643415
and using this to ajax quot
http://community.mybb.com/thread-35320-p...#pid237049
But...
this work
and this not work
for me se put \(Image: $2)\n stop to work
help me fix this
i want change img tag to link in quote post its possible? Too change video tag to link in quote post?
if possible in the direct modification of system files.
thanks
i found solution
using this
http://community.mybb.com/thread-87961-p...#pid643415
and using this to ajax quot
http://community.mybb.com/thread-35320-p...#pid237049
But...
this work
$message = preg_replace("#\[img\](\r\n?|\n?)(https?://([^<>\"']+?))\[/img\]#ise", "", $message);
and this not 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
help me fix this