2015-02-24, 01:10 PM
(2015-02-24, 12:47 PM)xiaoming Wrote: the https: was omitted..
[img]//i.imgur.com/uPfAatL.jpg[/img]
Sorry, I didn't check if MyBB parses this, and the response is "no"...
To make it work properly, create a new MyCode :
regexp:
\[img\]//(.*?)\[/img\]
replacement:
<img src="//$1" />
With that, the scheme will be the same as the one on your site.