Quote:
Originally Posted by dorans
Me again
After the import I have this link:
[URLl="http://postimg.org/image/txakyobrx/"][IMG]mysite.com/dddd/image/2014/11/108.jpg[/IMG][/URL]
How can I avoid this part? [URL = "http://postimg.org/image/txakyobrx/"] and [/ URL]
thanks,
|
You can't. This plugin does handles only image tags and ignores the rest. As the URL tag is surrounding the image, it is ignored. Eventually you may craft a special query which allows removing surrounding URL's, but this is far beyond of the scope here. (See MySQL REGEXP)