Golden Falcon
Member
Hi,
I'm doing a test conversion from IP.Board. Everything worked fine, but for some reason post images did not get grabbed.
I checked both SQL entires for IPB and XF for the same post, and it looks like it's skipping the images?
IP.Board 3.4 Database Post Example
XenForo 1.4 Database Post Example
Anyway to get XF importer to grab the img tags? Lots of my threads just look empty now.
I'm doing a test conversion from IP.Board. Everything worked fine, but for some reason post images did not get grabbed.
I checked both SQL entires for IPB and XF for the same post, and it looks like it's skipping the images?
IP.Board 3.4 Database Post Example
Code:
<br />
<br />
<br />
<img src='http://i47.tinypic.com/1zwg038.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
<br />
<br />
I LOLD
XenForo 1.4 Database Post Example
Code:
I LOLD
Anyway to get XF importer to grab the img tags? Lots of my threads just look empty now.